From de1fe38a3130ec4563716d950156452b7cec12ba Mon Sep 17 00:00:00 2001 From: Lan <50151341+Lannnnnnnnn@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:28:19 +0300 Subject: [PATCH] fixed one typo I am stupid and dumb --- Kehyeedra3/Commands/Stuff.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kehyeedra3/Commands/Stuff.cs b/Kehyeedra3/Commands/Stuff.cs index db21dfc..733cbd9 100644 --- a/Kehyeedra3/Commands/Stuff.cs +++ b/Kehyeedra3/Commands/Stuff.cs @@ -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