diff --git a/index.js b/index.js index d3303098..0134f6ef 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ const { AkairoClient } = require('discord-akairo'); -const { token, prefix, ownerID } = require('./config.json'); +const { token, prefix, ownerID, statsChannel } = require('./config.json'); const client = new AkairoClient({ ownerID: ownerID,