#Reacting to discord events

1 messages · Page 1 of 1 (latest)

tribal dawn
junior breachBOT
#

guide Creating Your Bot: Event handling
If you've followed the guide up to this point, your index.js file will have listeners for two events: ClientReady and InteractionCreate.
read more

gritty orchid
#

You can put it into index if your code is short, or make individual event files for longer codes.

#

Event you‘re looking for is this:

junior breachBOT
#

guide Popular Topics: Administrative - How do I add a role to a guild member?
read more