We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d4dd7 commit bb7a84bCopy full SHA for bb7a84b
src/main/java/de/kittybot/kittybot/commands/neko/SenkoCommand.java
@@ -7,9 +7,9 @@
7
8
public class SenkoCommand extends ACommand{
9
10
- public static final String COMMAND = "kitsune";
11
- public static final String USAGE = "kitsune";
12
- public static final String DESCRIPTION = "Sends a Kitsune";
+ public static final String COMMAND = "senko";
+ public static final String USAGE = "senko";
+ public static final String DESCRIPTION = "Sends a Senko";
13
protected static final String[] ALIASES = {};
14
protected static final Category CATEGORY = Category.NEKO;
15
0 commit comments