You can once again disable cleverbot responses using fake 'cleverbot:response' module name in permission commands
This commit is contained in:
parent
8316b03c8c
commit
13be30e823
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
Loading…
Reference in a new issue