Update TFD4J.java

Forgot to init the bot LMFAO!!! RETARD.
This commit is contained in:
Paul Reilly 2023-03-10 20:17:38 -06:00
parent cbd3caaab3
commit adbad1ad9b

View File

@ -31,6 +31,7 @@ public class TFD4J extends JavaPlugin
slf4j().info("API successfully initialized! Initializing our bot..."); slf4j().info("API successfully initialized! Initializing our bot...");
this.bot = new Bot(); this.bot = new Bot();
bot.initialize();
slf4j().info("Bot successfully initialized! Registering the Bukkit Native listener..."); slf4j().info("Bot successfully initialized! Registering the Bukkit Native listener...");
this.bn = new BukkitNative(this); this.bn = new BukkitNative(this);