diff --git a/Boyfriend/CommandProcessor.cs b/Boyfriend/CommandProcessor.cs index 3e32d51..00bc77e 100644 --- a/Boyfriend/CommandProcessor.cs +++ b/Boyfriend/CommandProcessor.cs @@ -13,7 +13,7 @@ public sealed class CommandProcessor { private const string NoAccess = ":no_entry_sign: "; private const string CantInteract = ":vertical_traffic_light: "; - private readonly string Mention = $"<@{Boyfriend.Client.CurrentUser.Id}>"; + private static readonly string Mention = $"<@{Boyfriend.Client.CurrentUser.Id}>"; public static readonly ICommand[] Commands = { new BanCommand(), new ClearCommand(), new HelpCommand(),