We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be3f33 commit eb6f04dCopy full SHA for eb6f04d
1 file changed
src/DevChatter.Bot.Infra.Discord/DiscordChatClient.cs
@@ -68,7 +68,6 @@ private async Task DiscordClientMessageReceived(SocketMessage arg)
68
69
if (!string.IsNullOrWhiteSpace(commandInfo.commandWord))
70
{
71
- SendMessage(commandInfo.commandWord);
72
RaiseOnCommandReceived(user, commandInfo.commandWord, commandInfo.arguments);
73
}
74
0 commit comments