mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Update CommandProcessor.cs
This commit is contained in:
parent
5e1253a82a
commit
89b392cf0a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public sealed class CommandProcessor {
|
||||||
private const string NoAccess = ":no_entry_sign: ";
|
private const string NoAccess = ":no_entry_sign: ";
|
||||||
private const string CantInteract = ":vertical_traffic_light: ";
|
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 = {
|
public static readonly ICommand[] Commands = {
|
||||||
new BanCommand(), new ClearCommand(), new HelpCommand(),
|
new BanCommand(), new ClearCommand(), new HelpCommand(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue