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