Get name of other bot's command from ID
Using the
guildAuditLogEntryCreate
event to detect when someone changes permissions for an application command. If it's a specific command that's edited I would like to get the human-readable command name so I can post an alert.
Tried:
Is it possible to get the name of a command given the command ID and application ID?6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
v14.8.0
I don't think you can get information like that about other applications
If there's a way to mention the command without needing the command name but readable to moderators that would also be fine, but afaik you have to have the command name for those
like I said, I don't think you're going to be able to get command data about another application from your own application
Cheers. That's what I thought but was hoping there was something I was missing