Closed joshbuker closed 6 months ago
The discordrb expects a command ID, not name.
Discord docs:
@MCausc78 Is there a way to fetch command IDs for all commands currently registered?
Edit: Found it - bot.get_application_commands(server_id: server_id)
Summary
When trying to delete an application command (both global and server specific), I get the following error:
Replicate with:
Environment
Ruby version: 3.3.0
Discordrb version: 3.5.0