Skip to content

Commit

Permalink
Fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 22, 2020
1 parent 4cb453b commit bd6d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/duncte123/hirobot/Hiro.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import java.util.Objects;

public class Hiro {
public static final String PREFIX = "!!";
public static final String PREFIX = "-";
public static final long OWNER_ID = 311769499995209728L;
public static final long FAN_GUILD_ID = 670218976932134922L;
public static final long STANS_ROLE_ID = 670368434017533962L;
Expand Down

0 comments on commit bd6d4a9

Please sign in to comment.