interface ICordPlugin
A plugin
Properties
| Name | Type | Description |
|---|---|---|
| id | Unique ID for this plugin |
Methods
| Name | Description |
|---|---|
| decorateBot | Add extra properties to the bot. |
| modifyClientOptions | Modifies the Discord.js client options. |
| preStart | Called before the client is started |
| start | Called after the client has started |