Skip to content

Commit

Permalink
renamed trigger to triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoeldaniel committed Feb 5, 2023
1 parent 64d15c1 commit 7ba499f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/acmcsuf/triggers/Commands.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public final class Commands
{

// Command List
public static final String TRIGGER = "trigger";
public static final String TRIGGER = "triggers";
public static final String TRIGGER_DESCRIPTION = "Receive a DM when trigger word is mentioned in mutual servers";

// Subcommands
Expand Down Expand Up @@ -42,4 +42,4 @@ private Commands()

}

}
}

0 comments on commit 7ba499f

Please sign in to comment.