on_app_command_completion usage #9131
Unanswered
yamthedoor
asked this question in
Q&A
Replies: 1 comment
-
You can't detect whether another bot has made an interaction. The closest you can get is inspecting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all
I am trying to use on_app_command_completion. I just want to make sure I understand it correctly. Is this event called when an interaction from any bot is completed? I have a management bot that uses Slash commands but when I use the command the on_app_command_completion function is not called.
I assumed this event was connected to the gateway event "Interaction Create".
I want to monitor for the running of a slash command and then log that it was run from a different bot than the slash command was run on.
Beta Was this translation helpful? Give feedback.
All reactions