You can once again disable cleverbot responses using fake 'cleverbot:response' module name in permission commands

This commit is contained in:
Toastie 2024-07-20 16:44:29 +12:00
parent 8316b03c8c
commit 13be30e823
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -6,5 +6,5 @@ namespace EllieBot.Modules.Permissions;
[StructLayout(LayoutKind.Sequential, Size = 1)] [StructLayout(LayoutKind.Sequential, Size = 1)]
public readonly struct CleverBotResponseStr public readonly struct CleverBotResponseStr
{ {
public const string CLEVERBOT_RESPONSE = "cleverbot:response"; public const string CLEVERBOT_RESPONSE = "CLEVERBOT:RESPONSE";
} }