Skip to content

Commit

Permalink
feat: add w as alias for pm (closes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed May 1, 2024
1 parent d2aed88 commit d073d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class PrivateMessagingConfig {
@Comment("Aliases for commands.")
private Map<String, String[]> aliases =
Map.of(
"pm", new String[] {"msg", "message", "tell", "whisper"},
"pm", new String[] {"msg", "message", "tell", "whisper", "w"},
"reply", new String[] {"r", "answer"});
}

0 comments on commit d073d42

Please sign in to comment.