messages and commands

This commit is contained in:
2026-03-28 03:26:51 +00:00
parent 7c61e8c260
commit c982766c3a
4 changed files with 154 additions and 3 deletions

View File

@@ -131,3 +131,5 @@ await channel.SendMessageAsync("Hello from my bot!");
await Task.Delay(Timeout.Infinite);
```
##
## [The Next step is receiving Messages and Commands](4.MessagesAndCommands.md)