Skip to content

Commit 633ac76

Browse files
committed
Update PluginCommand.java
1 parent c797ba1 commit 633ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/cmds/PluginCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public PluginCommand(TechDiscordBot bot) {
1919

2020
@Override
2121
public String getName() {
22-
return "howto";
22+
return "plugin";
2323
}
2424

2525
@Override

0 commit comments

Comments
 (0)