Uploaded bots for the first time

This commit is contained in:
TheSomeoneXD
2018-10-12 01:36:53 -05:00
parent c3f241cfae
commit e09d528c81
70 changed files with 21621 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
require('dotenv').config({path: '../.env'});
module.exports = {
token: process.env.GHOST_TOKEN,
botChannel: ""
}