who decided to do this

This commit is contained in:
Telesphoreo 2022-03-25 16:27:09 -05:00
parent 8b10afa8aa
commit cb2f84bb10
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class TFGuilds extends JavaPlugin
User.loadAll();
Guild.loadAll();
tfmBridge = new TFMBridge();
tfmBridge.getTFM();
tfmBridge.getTfm();
new JoinListener(this);
new ChatListener(this);
loadSubCommands();