Skip to content

Commit bb7a84b

Browse files
committed
Senko command hotfix
1 parent 25d4dd7 commit bb7a84b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/de/kittybot/kittybot/commands/neko/SenkoCommand.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
public class SenkoCommand extends ACommand{
99

10-
public static final String COMMAND = "kitsune";
11-
public static final String USAGE = "kitsune";
12-
public static final String DESCRIPTION = "Sends a Kitsune";
10+
public static final String COMMAND = "senko";
11+
public static final String USAGE = "senko";
12+
public static final String DESCRIPTION = "Sends a Senko";
1313
protected static final String[] ALIASES = {};
1414
protected static final Category CATEGORY = Category.NEKO;
1515

0 commit comments

Comments
 (0)