class CordBot
The main class for any Cord.js bot
Properties
Name | Type | Description |
---|---|---|
client | The Discord.js Client instance. | |
middleware | The middleware defined in this plugin | |
plugins | The plugins |
Methods
Name | Description |
---|---|
defineMiddleware | Defines a middleware |
execMiddleware | No Summary |
start | Start the client |