This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Any way to listen to all Message and Voice Events? #437
Answered
by
andersfylling
vinicius507
asked this question in
Q&A
-
Greetings, I'd like to know if there is any way to listen to ALL Messages and Voice Events without having to register the same handler multiple times. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Answered by
andersfylling
Oct 18, 2021
Replies: 2 comments 3 replies
-
when you say message, do u mean message create, message update and message delete events? What does your current code look like? |
Beta Was this translation helpful? Give feedback.
2 replies
-
In short: No. Each handler is uniquely mapped to a single discord event. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vinicius507
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In short: No. Each handler is uniquely mapped to a single discord event.