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

Commit 49fb53d

Browse files
authored
Fix naming in discord service example
1 parent ccd893f commit 49fb53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/Discord.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import org.codeoverflow.chatoverflow.api.io.dto.chat.discord.DiscordChatMessage;
6060

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

6666
public TestPlugin(PluginManager pluginManager) {
@@ -199,7 +199,7 @@ public class TestPlugin extends PluginImpl {
199199
.withTimestamp(OffsetDateTime.now())
200200
.build();
201201

202-
//Output the embed to the twitch chat
202+
//Output the embed to the discord chat
203203
discordOut.get().sendChatMessage(embed);
204204
}
205205

0 commit comments

Comments
 (0)