Removal
This commit is contained in:
parent
1c2fb8ba89
commit
9279e4dc88
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user