Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down