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
The events folder separates the logic for "listening to" and "handling" Discord events from the rest of your bot's logic. This encourages a cleaner architecture with well-defined responsibilities for each code section.