mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
fix: fmt
This commit is contained in:
@@ -115,14 +115,15 @@ const bot = createBot({
|
||||
// Another way to do events
|
||||
bot.events.messageCreate = function (b, message) {
|
||||
// Process the message here with your command handler.
|
||||
}
|
||||
};
|
||||
|
||||
await startBot(bot);
|
||||
```
|
||||
|
||||
### Tools
|
||||
|
||||
If you are a beginner, this library is not meant for you but you can check out if you still want to use this lib with these awesome official and unofficial templates:
|
||||
If you are a beginner, this library is not meant for you but you can check out if you still want to use this lib with
|
||||
these awesome official and unofficial templates:
|
||||
|
||||
**Templates**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user