3.0 public beta 4
This commit is contained in:
+11
-2
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"version":"1.0.0",
|
||||
"enableAPIdebug":false,
|
||||
"enableAPIconsolelogs":false,
|
||||
|
||||
"info":"If you turn these switches to true, then the feature will be turned OFF!",
|
||||
"info2":"You can use this to disable some features you don't want!",
|
||||
@@ -26,7 +27,9 @@
|
||||
"new":false,
|
||||
"add":false,
|
||||
"remove":false,
|
||||
"rename":false
|
||||
"rename":false,
|
||||
"claim":false,
|
||||
"unclaim":false
|
||||
},
|
||||
"slash":{
|
||||
"help":false,
|
||||
@@ -37,12 +40,18 @@
|
||||
"new":false,
|
||||
"add":false,
|
||||
"remove":false,
|
||||
"rename":false
|
||||
"rename":false,
|
||||
"claim":false,
|
||||
"unclaim":false
|
||||
}
|
||||
},
|
||||
"checkerjs":{
|
||||
"token":false,
|
||||
"all":false
|
||||
},
|
||||
"debug":{
|
||||
"all":false,
|
||||
"debuglogs":false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,8 @@
|
||||
const discord = require('discord.js')
|
||||
const bot = require("../../../index")
|
||||
const client = bot.client
|
||||
const config = bot.config
|
||||
const log = bot.errorLog.log
|
||||
const l = bot.language
|
||||
const storage = bot.storage
|
||||
|
||||
/** FOR DEVELOPERS ONLY!!
|
||||
* Don't change anything in this file, read the api documentation first!
|
||||
* look into "api docs.md" for the docs!
|
||||
* Don't change anything in this file before reading the documentation!
|
||||
* visit the api documentation at https://docs.openticket.dj-dj.be
|
||||
*/
|
||||
|
||||
//used when creating plugins!
|
||||
exports.enableApiLogs = false
|
||||
|
||||
|
||||
//DOESN'T WORK YET
|
||||
//this is used when embedding open ticket into another bot
|
||||
exports.embeddedMode = false
|
||||
exports.clientLocation = require("../../../index").client
|
||||
|
||||
/** !! WARNING !!
|
||||
* Only edit or extend the code when you know what you are doing!
|
||||
* If open ticket crashes while you change the code, then we can't help you!
|
||||
*
|
||||
* DO IT ON YOUR OWN RISK!
|
||||
*/
|
||||
exports.clientLocation = require("../../../index").client
|
||||
Reference in New Issue
Block a user