Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
I forgot to edit the usage message of /sw command.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations committed Aug 19, 2022
1 parent f2e44e5 commit ab3ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/snw/hypixelbot/commands/SwCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SwCommand implements UserCommandExecutor {
public void onCommand(User sender, String[] arguments, Message message) {
if (message == null) return;
if (arguments.length == 0) {
reply(sender, message, "您没有提供参数!用法: /bw <玩家名>");
reply(sender, message, "您没有提供参数!用法: /sw <玩家名>");
} else {
HypixelAPI hypixelAPI = Main.getInstance().getHypixelAPI();
String target = arguments[0];
Expand Down

0 comments on commit ab3ca64

Please sign in to comment.