Reworked link command
This commit is contained in:
parent
197c510d0d
commit
b39a155711
|
|
@ -1,5 +1,6 @@
|
||||||
package com.alttd.proxydiscordlink.bot;
|
package com.alttd.proxydiscordlink.bot;
|
||||||
|
|
||||||
|
import com.alttd.proxydiscordlink.bot.commandManager.CommandManager;
|
||||||
import com.alttd.proxydiscordlink.bot.listeners.DiscordMessageListener;
|
import com.alttd.proxydiscordlink.bot.listeners.DiscordMessageListener;
|
||||||
import com.alttd.proxydiscordlink.bot.listeners.DiscordRoleListener;
|
import com.alttd.proxydiscordlink.bot.listeners.DiscordRoleListener;
|
||||||
import com.alttd.proxydiscordlink.config.BotConfig;
|
import com.alttd.proxydiscordlink.config.BotConfig;
|
||||||
|
|
@ -40,6 +41,7 @@ public class Bot {
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
new CommandManager(jda);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void disconnect() {
|
public void disconnect() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user