Skip to content

Commit 60d7395

Browse files
Update description for /crash
1 parent cf4981a commit 60d7395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/technobot/commands/casino/CrashCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CrashCommand extends Command {
3333
public CrashCommand(TechnoBot bot) {
3434
super(bot);
3535
this.name = "crash";
36-
this.description = "Bet against a multiplier that crashes at any moment.";
36+
this.description = "Bet against a multiplier that can crash at any moment.";
3737
this.category = Category.CASINO;
3838
this.args.add(new OptionData(OptionType.INTEGER, "bet", "The amount you want to wager", true).setMinValue(1));
3939
}

0 commit comments

Comments
 (0)