We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606126e commit c638d7eCopy full SHA for c638d7e
application/src/main/java/org/togetherjava/tjbot/features/VoiceReceiver.java
@@ -23,8 +23,8 @@
23
public interface VoiceReceiver extends Feature {
24
/**
25
* Retrieves the pattern matching the names of channels of which this receiver is interested in
26
- * receiving sent messages from. Called by the core system once during the startup in order to
27
- * register the receiver accordingly.
+ * receiving events from. Called by the core system once during the startup in order to register
+ * the receiver accordingly.
28
* <p>
29
* Changes on the pattern returned by this method afterwards will not be picked up.
30
*
0 commit comments