From 142e44a415448328d61b25b189d95dd523cff616 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 27 May 2020 11:39:12 -0500 Subject: [PATCH] ah --- .gitignore | 3 ++- src/index.js | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12ac647..e8e4100 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -.DS_Store \ No newline at end of file +.DS_Store +src/config.json diff --git a/src/index.js b/src/index.js index 3b31c49..428bd5e 100755 --- a/src/index.js +++ b/src/index.js @@ -9,8 +9,9 @@ const info = require("../package.json") const config = require("./config.json"); // This is making clients const client = new Discord.Client(); - - +//THIS BOT IS FOR DEVELOPMENT USE ONLY! +//WATCH OUT ON PULL REQUESTS +//CONTACT ALEX BEFORE MERGES function activity() { client.user.setActivity(`${client.users.cache.size} of you horrible people`,{ type: 'LISTENING' });