From 9b3319813f52ec9cf3e4ffc14174cf6420283c57 Mon Sep 17 00:00:00 2001 From: Jasob121 <84877370+Jasob121@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:39:12 +0100 Subject: [PATCH 1/2] Update config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } From 89b9a5a9218da23b382853caad6dc17bd33469bd Mon Sep 17 00:00:00 2001 From: Jasob121 <84877370+Jasob121@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:43:21 +0100 Subject: [PATCH 2/2] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */