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,8 @@
require('dotenv').config({path: '../.env'});
module.exports = {
activity: "for !hand recruits.",
type: "WATCHING",
token: process.env.DAIRO_HAND_TOKEN,
botChannel: process.env.GROUP_C_BOT_ID
}