@@ -6,7 +6,7 @@ react on new / edited / deleted messages and reactions.
6
6
You can also send messages, files or even [ fancy embeds] ( https://www.discord.club/static/home/img/embedg.png ) .
7
7
8
8
> ### Quick note:
9
- > It's clever to use discord in the developer mode, so that you can easily copy the id of a server/channel/> user.
9
+ > It's clever to use discord in the developer mode, so that you can easily copy the id of a server/channel/user.
10
10
> To activate the developer mode go to ` User Settings > Appearance > Advanced `
11
11
>
12
12
> ![ ] ( /img/services/discord-developer-mode.png )
@@ -59,7 +59,7 @@ import org.codeoverflow.chatoverflow.api.io.event.chat.discord.DiscordReaction;
59
59
import org.codeoverflow.chatoverflow.api.io.dto.chat.discord.DiscordChatMessage ;
60
60
61
61
public class TestPlugin extends PluginImpl {
62
- // require a new twitch chat input
62
+ // require a new discord chat input
63
63
private Requirement<DiscordChatInput > twitchIn =
64
64
require. input. discordChat(" discordChat" , " The discord chat" , false );
65
65
@@ -163,7 +163,7 @@ import org.codeoverflow.chatoverflow.api.plugin.PluginImpl;
163
163
import org.codeoverflow.chatoverflow.api.plugin. PluginManager ;
164
164
165
165
public class TestPlugin extends PluginImpl {
166
- // require a new twitch chat output
166
+ // require a new discord chat output
167
167
private Requirement<DiscordChatOutput > discordOut =
168
168
require. output. discordChat(" discordChat" , " The discord chat" , false );
169
169
0 commit comments