Created empty Graze

This commit is contained in:
2018-11-04 19:16:32 +11:00
parent cd19546ec8
commit be48756819
6 changed files with 130 additions and 4 deletions

7
BOT_Graze/npcSettings.js Normal file
View File

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