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

This commit is contained in:
Kwoth
2024-07-19 16:57:37 +00:00
parent 7e784b9507
commit f77e1c6b8c

View File

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