This commit is contained in:
Alex 2020-05-27 11:39:12 -05:00
parent 5a42a3e11a
commit 142e44a415
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/
.DS_Store
.DS_Store
src/config.json

View File

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