Skip to content

Commit f401e3b

Browse files
committed
fixfix
1 parent 0872b10 commit f401e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/listener/filter/MessageFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public interface MessageFilter {
1010

1111
/**
12-
* When a message is received, it is processed on the registered filters.
12+
* When a message is received, it is processed by the registered filters.
1313
*
1414
* @param content The content of the new message that will be reposted instead of the received message
1515
* if at least one filter returns {@link MessageModificationStatus#MODIFIED}

0 commit comments

Comments
 (0)