mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Gambling moved to a separate project. Project builds
This commit is contained in:
10
src/Nadeko.Bot.Common/CleverBotResponseStr.cs
Normal file
10
src/Nadeko.Bot.Common/CleverBotResponseStr.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable disable
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace NadekoBot.Modules.Permissions;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
||||
public readonly struct CleverBotResponseStr
|
||||
{
|
||||
public const string CLEVERBOT_RESPONSE = "cleverbot:response";
|
||||
}
|
Reference in New Issue
Block a user