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
You can create a new folder inside your events folder with the name of the event you want to handle. For example, for the "guildMemberAdd" event, you'd create a "guildMemberAdd" folder inside the events folder.
Inside this folder you can create files (name doesn't matter) which export a default function. Then every time the event is emitted, that function will be called.
I wanna have a welcome bot. But I dont know how guildMembersAdd works
The text was updated successfully, but these errors were encountered: