From 7c22ae1643fe90b08d58b9ac91da785eae8455fd Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sat, 13 Jul 2024 17:56:19 -0400 Subject: [PATCH] found a magic number :(( --- ProtocolInterfaces/DiscordInterface/SlashCommandsHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolInterfaces/DiscordInterface/SlashCommandsHelper.cs b/ProtocolInterfaces/DiscordInterface/SlashCommandsHelper.cs index 2f3ceda..95ad279 100644 --- a/ProtocolInterfaces/DiscordInterface/SlashCommandsHelper.cs +++ b/ProtocolInterfaces/DiscordInterface/SlashCommandsHelper.cs @@ -16,7 +16,7 @@ namespace vassago.DiscordInterface new CommandSetup(){ Id = "freedomunits", UpdatedAt = new DateTime(2023, 5, 21, 13, 3, 0), - guild = 825293851110801428, + guild = 825293851110801428, //TODO: demagic this magic number register = register_FreedomUnits } };