gofretfkintank
HOBBYOP
3 months ago
I'm working on a DC bot on Railway using a Git repository. When I first started building the bot, I was using global deploy instead of guild, but now the commands from global deploy are still visible in the bot's command list. For example, when I type /mute, the old global command appears above the new one, and it gives an error when I try to use it normally, which is confusing. Therefore, I need to delete the global commands, but I couldn't find a shell or terminal on Railway, although Copilot says Railway has a terminal.
2 Replies
3 months ago
IIRC global commands need to be deleted via Discord API, not through the container terminal.
3 months ago
()