Mori is half complete

This commit is contained in:
2018-11-01 11:51:13 +11:00
parent e4b1434c91
commit e8b2f4b815
7 changed files with 191 additions and 0 deletions

7
BOT_Mori/npcSettings.js Normal file
View File

@@ -0,0 +1,7 @@
require('dotenv').config({path: '../.env'});
module.exports = {
activity: "for new patients.",
type: "WATCHING",
token: process.env.MORI_TOKEN,
}