v2.4.0 push 2 (first working api)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//base
|
||||
const bot = require("../../index")
|
||||
|
||||
exports.client = bot.client
|
||||
exports.config = bot.config
|
||||
exports.utils = {
|
||||
log:bot.errorLog.log(),
|
||||
storage:bot.storage
|
||||
}
|
||||
|
||||
//events
|
||||
const events = require("./modules/events").events
|
||||
exports.events = events
|
||||
Reference in New Issue
Block a user