Skip to content

Commit

Permalink
🎉 Fix bug(s) in invite script that can be founded in the "commands" f…
Browse files Browse the repository at this point in the history
…older(s)
  • Loading branch information
nightlxight committed Oct 6, 2021
1 parent 6352c74 commit 4870917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
.setDescription("Sends invite link to bot!"),
async execute(interaction) {
let embed = new MessageEmbed()
.setColor(random_color) // random_color, red, green, aqua, cyan, lightcyan, yellow, orange, pink, purple
.setColor("RANDOM")
.setTitle('Bot Invite Link')
.setDescription('Invite link can be found below')
.addField('Invite Link:', 'your bots invite link here', true) /* TO GET YOUR INVITE LINK, PLEASE GO TO https://discordapi.com/permissions.html */
Expand Down

0 comments on commit 4870917

Please sign in to comment.