changed default prefix to ;

This commit is contained in:
Bella 2020-04-03 10:40:13 -04:00
parent c7bcad87f8
commit 8b64097815
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public abstract class Command {
protected SyntaxChunk[] syntaxChunks;
public static Setting<String> commandPrefix = Settings.s("commandPrefix", ".");
public static Setting<String> commandPrefix = Settings.s("commandPrefix", ";");
public Command(String label, SyntaxChunk[] syntaxChunks, String... aliases) {
this.label = label;