This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
elliebot/src/Ellie.Bot.Common/CleaverBotResponseStr.cs

11 lines
261 B
C#
Raw Normal View History

2023-07-15 22:25:21 +12:00
#nullable disable
using System.Runtime.InteropServices;
namespace Ellie.Modules.Permissions;
[StructLayout(LayoutKind.Sequential, Size = 1)]
public readonly struct CleverBotResponseStr
{
public const string CLEVERBOT_RESPONSE = "cleverbot:response";
}