mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
fix: You can once again disable cleverbot responses using fake 'cleverbot:response' module name in permission commands
This commit is contained in:
@@ -6,5 +6,5 @@ namespace NadekoBot.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";
|
||||||
}
|
}
|
Reference in New Issue
Block a user