Skip to content

Commit daaa9e6

Browse files
authored
Update invite command
Hey, you know, only I own TheCodingBot and TheCodingBot Beta. Gotta make sure we are getting the ID of the instance that's being ran. 🤣
1 parent 5c894b5 commit daaa9e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/cmds/General/invite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ module.exports = {
1414
title: app.config.system.emotes.information + " Invite",
1515
color: app.config.system.embedColors.green,
1616
fields: [
17-
{ name: "OwO? New server?!?", value: `Aw heck yeah!! Add me and become one of the ${app.client.guilds.cache.size} servers using TheCodingBot!`},
18-
{ name: "Add me to dat server!", value: "Add me via [Discord](https://discord.com/oauth2/authorize?scope=bot&client_id=438532019924893707&permissions=8)"},
17+
{ name: "OwO? New server?!?", value: `Aw heck yeah!! Add me and become one of the ${app.client.guilds.cache.size} servers using TheCodingBot!` },
18+
{ name: "Add me to dat server!", value: `Add me via [Discord](https://discord.com/oauth2/authorize?scope=bot&client_id=${app.client.user.id}&permissions=8)` },
1919
{ name: "...is something wrong..?", value: "Join the [TMC Discord](https://discord.gg/HdKeWtV) for support, and much more!" },
2020
]}]
2121
})

0 commit comments

Comments
 (0)