added stats channel

This commit is contained in:
Supositware 2019-01-01 05:20:39 +01:00
parent 05567ef75e
commit 16cb07bfe3

View file

@ -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,