Up to 0.2.8 because we are close to 0.3.0 since we made slash commands interfaces and a better command listener. However, we're still missing interface for command auto-completion and we should probably also register commands on discord's api from our interface instead of storing them again in a separate class.
This commit is contained in:
parent
244e8ace76
commit
501b1bc71c
@ -31,7 +31,7 @@ public class Cache
|
||||
|
||||
private final static String execPath = System.getProperty("user.dir");
|
||||
|
||||
private static final String botVersion = "0.2.0-slash"; // we should probably find a way to make this consistent with Maven
|
||||
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 botName = "HidekoBot";
|
||||
|
||||
private static SlashCommandListener slashCommandListener = null;
|
||||
|
Loading…
Reference in New Issue
Block a user