1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Update CommandProcessor.cs

This commit is contained in:
Macintxsh 2022-12-05 16:55:06 +03:00 committed by GitHub
parent 5e1253a82a
commit 89b392cf0a
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),