created devConfig.json

This commit is contained in:
DJj123dj
2022-05-02 11:20:04 +02:00
parent 943e7b6fef
commit 4e73626072
14 changed files with 18 additions and 13 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
const config = require("../../config.json")
const bot = require("../../index")
const config = bot.config
exports.getTicketMessage = (input) => {
var returned = config.messages.find(a => a.id == input)
if (returned){