Skip to content

Commit

Permalink
Replace onLoad with onReady for Bungee
Browse files Browse the repository at this point in the history
  • Loading branch information
Siebrenvde committed Aug 19, 2022
1 parent 5f5bf1b commit cc0ece1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public BungeeAddon(Bungee pl) {
}

@Override
public void onLoad(DiscordBot bot) {
public void onReady(DiscordBot bot) {
this.bot = bot;
prefix = bot.getCommandPrefix();
enableCommands();
Expand Down

0 comments on commit cc0ece1

Please sign in to comment.