fixed one typo

I am stupid and dumb
This commit is contained in:
Lan
2022-06-20 13:28:19 +03:00
parent 5ee577808d
commit de1fe38a31

View File

@@ -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