Event examples #1194
Answered
by
42atomys
actualdankcoder
asked this question in
Q&A
Event examples
#1194
-
Are there any examples on discord events like MESSAGE_CREATE, PRESENCE_UPDATE, etc |
Beta Was this translation helpful? Give feedback.
Answered by
42atomys
Jun 13, 2022
Replies: 1 comment
-
Hi, you have a very simple example about handling event (like messageCreate) on ping pong example available here https://github.com/bwmarrin/discordgo/blob/master/examples/pingpong/main.go All handlers can be found in your IDE or on the Line 1294 in c8c1538 Best regards :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
actualdankcoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you have a very simple example about handling event (like messageCreate) on ping pong example available here https://github.com/bwmarrin/discordgo/blob/master/examples/pingpong/main.go
All handlers can be found in your IDE or on the
eventhandler.go
source file (discordgo/eventhandlers.go
Line 1294 in c8c1538
Best regards :)