Slash commands and interactions #371
-
|
Guys, I'm trying to monitor messages on different servers. Yours sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I guess you can use |
Beta Was this translation helpful? Give feedback.
I guess you can use
on_messageevent listener here. Then check if the message interaction is notNone, if it isn't,message.interaction.nameshould return the command used. Note it includes sub commands as well.