#Can't find documentation for Events

5 messages · Page 1 of 1 (latest)

tight oyster
#

I've run across this a few times now where I find examples in the documentation that mentions things like Events.GuildAuditLogEntryCreate but Ican't figure out where to get a list of Events that I can use. This also applies to things like Channel Types where you can use an Enum instead of text as the channel type? I feel like I'm missing something really obvious somewhere...

clear flicker
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

coarse jetty
#

Look at the events part

tight oyster
#

So in my code I can just say Events. and any of those Client events then? That is alot simpler than I was expecting, thank you.