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

8
ADAM/npcSettings.js Normal file
View File

@@ -0,0 +1,8 @@
require('dotenv').config({path: '../.env'});
module.exports = {
activity: "Automated Data Analysis Machine.",
type: "PLAYING",
token: process.env.ADAM_TOKEN,
botChannel: "default"
}