Skip to content

Commit

Permalink
Update invite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCh4n authored Dec 27, 2020
1 parent cdcc913 commit 19616ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports.run = async (client, message, args) => {

let invite = new Discord.MessageEmbed()
.setTitle("Invite & Support Link!")
.addField("Invite Link", "[Click here to invite me](https://discordapp.com/api/oauth2/authorize?client_id=606587080042086420&permissions=8&scope=bot)")
.addField("Support Server", "[Click to join support Server](https://discord.gg/wjBJJUY)")
.addField("Invite Link", "[Click here to invite me](https://discord.com/api/oauth2/authorize?client_id=779277905150607370&permissions=8&scope=bot)")
.addField("Support Server", "[Click to join support Server](https://discord.gg/6yfpCrd)")
.setTimestamp()
.setFooter(`Requested by ${message.author.tag}`, client.user.displayAvatarURL())
message.channel.send(invite);
Expand Down

0 comments on commit 19616ef

Please sign in to comment.