mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
fix: dumb shitty fmt
This commit is contained in:
@@ -113,7 +113,7 @@ const client = Discord.createBot({
|
||||
Discord.startBot(client);
|
||||
```
|
||||
|
||||
Moreover, you can customize the `EventManager` and add more functionality to it and make it exactly fit your needs
|
||||
or even emit events, by extending it.
|
||||
Moreover, you can customize the `EventManager` and add more functionality to it and make it exactly fit your needs or
|
||||
even emit events, by extending it.
|
||||
|
||||
Of course you wonder what you can do with all of this now. We will explain this further on the next page.
|
||||
|
||||
@@ -6,7 +6,8 @@ sidebar_position: 3
|
||||
|
||||
When an event is fired, Discordeno sends two important things: the `client` instance and the `payload`.
|
||||
|
||||
As mentioned in the `Structure` section, the `payload` object does not contain any functions as it's a plain json object.
|
||||
As mentioned in the `Structure` section, the `payload` object does not contain any functions as it's a plain json
|
||||
object.
|
||||
|
||||
In order to take use of our nice built structures, we need to transform the payload into a structure.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user