Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit dbe1423

Browse files
authored
Fix typos
1 parent 0f0543c commit dbe1423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/Discord.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ react on new / edited / deleted messages and reactions.
66
You can also send messages, files or even [fancy embeds](https://www.discord.club/static/home/img/embedg.png).
77

88
> ### 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.
1010
> To activate the developer mode go to `User Settings > Appearance > Advanced`
1111
>
1212
> ![](/img/services/discord-developer-mode.png)
@@ -59,7 +59,7 @@ import org.codeoverflow.chatoverflow.api.io.event.chat.discord.DiscordReaction;
5959
import org.codeoverflow.chatoverflow.api.io.dto.chat.discord.DiscordChatMessage;
6060

6161
public class TestPlugin extends PluginImpl {
62-
//require a new twitch chat input
62+
//require a new discord chat input
6363
private Requirement<DiscordChatInput> twitchIn =
6464
require.input.discordChat("discordChat", "The discord chat", false);
6565

@@ -163,7 +163,7 @@ import org.codeoverflow.chatoverflow.api.plugin.PluginImpl;
163163
import org.codeoverflow.chatoverflow.api.plugin.PluginManager;
164164

165165
public class TestPlugin extends PluginImpl {
166-
//require a new twitch chat output
166+
//require a new discord chat output
167167
private Requirement<DiscordChatOutput> discordOut =
168168
require.output.discordChat("discordChat", "The discord chat", false);
169169

0 commit comments

Comments
 (0)