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' });