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,6 +1,7 @@
const discord = require("discord.js")
const bot = require("../../index")
const client = require("../../index").client
const config = require("../../config.json")
const config = bot.config
const getoptions = require("../getoptions")
module.exports = async () => {