forked from Supositware/Haha-Yes
added stats channel
This commit is contained in:
parent
05567ef75e
commit
16cb07bfe3
1 changed files with 1 additions and 1 deletions
2
index.js
2
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,
|
||||
|
|
Loading…
Reference in a new issue