fixed one typo
I am stupid and dumb
This commit is contained in:
@@ -466,7 +466,7 @@ namespace Kehyeedra3.Commands
|
||||
var guser = Context.User as IGuildUser;
|
||||
if (guser.RoleIds.Contains(guild.WitchRole))
|
||||
{
|
||||
msg = $"```css\n[ {msg} ]```";
|
||||
msg = $"```css\n[ {message} ]```";
|
||||
await ReplyAsync(msg);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user