You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix errors in the bot example and add intent (#1416)
* Fix errors in the bot example and add intent
Added the message content intent, so that the event listener works correctly, and changed the parameter for the message listen from "interactions.Message" to "interactions.api.events.MessageCreate" to fix the event.
Signed-off-by: redninja9854 <100790587+redninja9854@users.noreply.github.com>
* ci: correct from checks.
* Reword comments
Reduce confusion when reading the comments
Signed-off-by: redninja9854 <100790587+redninja9854@users.noreply.github.com>
* ci: correct from checks.
* Change message listener comments
Changed the comment explaining what message create was to make it clearer.
Signed-off-by: redninja9854 <100790587+redninja9854@users.noreply.github.com>
* ci: correct from checks.
---------
Signed-off-by: redninja9854 <100790587+redninja9854@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments