Created librarian as a simple bot

This commit is contained in:
2018-10-27 09:25:19 +11:00
parent 35c0b0cede
commit 5393f51fb4
8 changed files with 135 additions and 146 deletions

View File

@@ -1,8 +1,8 @@
require('dotenv').config({path: '../.env'});
module.exports = {
activity: "for !genesis recruits.",
type: "WATCHING",
token: process.env.MONTGOMERY_GENESIS_TOKEN,
botChannel: process.env.GROUP_B_BOT_ID
activity: "for !genesis recruits.",
type: "WATCHING",
token: process.env.MONTGOMERY_GENESIS_TOKEN,
botChannel: process.env.GROUP_B_BOT_ID
}