From 9279e4dc886bd5d03adb232baf961ced1c49faab Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 20 Aug 2024 03:18:25 -0400 Subject: [PATCH] Removal --- src/main.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.lua b/src/main.lua index 027d876..191ff3c 100644 --- a/src/main.lua +++ b/src/main.lua @@ -10,12 +10,6 @@ local SlashCommandCollector = CommandCollector.new('Slash'):Collect() local UserCommandCollector = CommandCollector.new('User'):Collect() Client:on('ready', function() - -- local GlobalCommands = Client:getGlobalApplicationCommands() - - -- for CommandId in pairs(GlobalCommands) do - -- Client:deleteGlobalApplicationCommand(CommandId) - -- end - MessageCommandCollector:Publish(Client) SlashCommandCollector:Publish(Client) UserCommandCollector:Publish(Client)