Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
outerwinnie committed Sep 4, 2024
1 parent 60ef1a9 commit 336d9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private static async Task HandleMessageReceivedAsync(SocketMessage message)
if (message.Content.Equals("send", StringComparison.OrdinalIgnoreCase))
{
await HandleSendCommandAsync(message.Channel);
Console.Write("Sending");
}
}
}
Expand Down

0 comments on commit 336d9a8

Please sign in to comment.