Reduce bot name to just Hideko
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4015aecc99
commit
96ea29b103
@ -33,7 +33,7 @@ public class Cache
|
||||
private final static String execPath = System.getProperty("user.dir");
|
||||
|
||||
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 final String botName = "Hideko";
|
||||
|
||||
private static SlashCommandListener slashCommandListener = null;
|
||||
private static MessageCommandListener messageCommandListener = null;
|
||||
|
Loading…
Reference in New Issue
Block a user