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 plugin loading code, instead of being in the DiscordReady event, has
accidentally been placed in the message event. This caused plugins not
to load until the first message arrives.
This has been fixed by moving the code into the proper place at the end
of the `ready` event handler.
0 commit comments