We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0872b10 commit f401e3bCopy full SHA for f401e3b
src/main/java/net/discordjug/javabot/listener/filter/MessageFilter.java
@@ -9,7 +9,7 @@
9
public interface MessageFilter {
10
11
/**
12
- * When a message is received, it is processed on the registered filters.
+ * When a message is received, it is processed by the registered filters.
13
*
14
* @param content The content of the new message that will be reposted instead of the received message
15
* if at least one filter returns {@link MessageModificationStatus#MODIFIED}
0 commit comments