Skip to content

Commit

Permalink
Merge pull request acmcsufoss#22 from acmcsufoss/rename/trigger
Browse files Browse the repository at this point in the history
Rename trigger to triggers
  • Loading branch information
jjoeldaniel authored Feb 6, 2023
2 parents 64d15c1 + 7ba499f commit dde894e
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 dde894e

Please sign in to comment.