Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 14, 2021
1 parent d8832c9 commit 494b9bd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public class DiscordMessageReceivedScriptEvent extends DiscordScriptEvent {

public DiscordMessageReceivedScriptEvent() {
instance = this;
registerCouldMatcher("discord message reaction received");
registerCouldMatcher("discord message received");
registerSwitches("for", "channel", "group", "message");
}

Expand Down

0 comments on commit 494b9bd

Please sign in to comment.