Skip to content

Commit eb6f04d

Browse files
committed
Left some debug code in by accident
1 parent 6be3f33 commit eb6f04d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/DevChatter.Bot.Infra.Discord/DiscordChatClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ private async Task DiscordClientMessageReceived(SocketMessage arg)
6868

6969
if (!string.IsNullOrWhiteSpace(commandInfo.commandWord))
7070
{
71-
SendMessage(commandInfo.commandWord);
7271
RaiseOnCommandReceived(user, commandInfo.commandWord, commandInfo.arguments);
7372
}
7473
}

0 commit comments

Comments
 (0)