Files
nadekobot/src/Nadeko.Bot.Common/CleverBotResponseStr.cs

10 lines
264 B
C#

#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";
}