We finally reached a good status for the bot's internal structure, and can actually focus on features now. We also dropped the -slash tag because it's not restricted to slash commands anymore.
This commit is contained in:
parent
a9790b3525
commit
ee263a1297
@ -32,7 +32,7 @@ public class Cache
|
||||
|
||||
private final static String execPath = System.getProperty("user.dir");
|
||||
|
||||
private static final String botVersion = "0.2.8-slash"; // we should probably find a way to make this consistent with Maven
|
||||
private static final String botVersion = "0.3.0"; // we should probably find a way to make this consistent with Maven
|
||||
private static final String botName = "HidekoBot";
|
||||
|
||||
private static SlashCommandListener slashCommandListener = null;
|
||||
|
Loading…
Reference in New Issue
Block a user