using Robust.Shared.Configuration;
namespace Content.Shared.CCVar;
public sealed partial class CCVars
{
///
/// The discord channel ID to send admin chat messages to (also receive them). This requires the Discord Integration to be enabled and configured.
///
public static readonly CVarDef AdminChatDiscordChannelId =
CVarDef.Create("admin.chat_discord_channel_id", string.Empty, CVar.SERVERONLY);
}