forked from Supositware/Haha-Yes
This commit is contained in:
parent
28482d08ec
commit
b76a171510
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -1,7 +1,7 @@
|
|||
const { CommandoClient } = require('discord.js-commando');
|
||||
const Discord = require('discord.js');
|
||||
const path = require('path');
|
||||
const { token, prefix, botID, statsChannel, ownerID, supportServer } = require('./config.json');
|
||||
const { token, prefix, statsChannel, ownerID, supportServer } = require('./config.json');
|
||||
const responseObject = require("./json/reply.json");
|
||||
const reactObject = require("./json/react.json");
|
||||
const imgResponseObject = require("./json/imgreply.json");
|
||||
|
|
Loading…
Reference in a new issue