diff --git a/config.json b/config.json index 5c9d67b..d9698d0 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { -"token": "YOUR_TOKEN_HERE", -"haveEmoji": "Change to 1 if you have custom animation", -"emojiname": "Your_Animation_Emoji_Name", -"emojiid": "Your_Animation_Emoji_ID" +"token": "MTQ4OTc4NDkxMjkzMTE5MzA1Mw.GW-8xQ.0EUd6frje50jAr3HenFotqQzze7vCTqssdCxoE", +"haveEmoji": "1", +"emojiname": "GAMBLEEEEEE", +"emojiid": "1489799329232191588" } diff --git a/main.js b/main.js index 8f529f8..ca4e813 100644 --- a/main.js +++ b/main.js @@ -6,7 +6,7 @@ const config = require("./config.json"); bot.on("ready", async () => { console.log(`Your bot is dealing slots and running!`); - bot.user.setActivity("Slots by Gazarino#9899", {type: "PLAYING"}); + bot.user.setActivity("Slots by JJ <3", {type: "PLAYING"}); }); /* ONE COMMAND BY DEFAULT */