diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-27 13:45:52 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-27 13:45:52 -0400 |
| commit | 91782cd11e96c64eac5463f48d78824c6af8d174 (patch) | |
| tree | 9f39ce730cac4130989920f628bcfcfbab23c7a2 /bot.js | |
| parent | 548c3f10d3362ddcc469778bdf3187af28704fcc (diff) | |
| download | AstralQuote-ATC-91782cd11e96c64eac5463f48d78824c6af8d174.tar.gz AstralQuote-ATC-91782cd11e96c64eac5463f48d78824c6af8d174.tar.bz2 AstralQuote-ATC-91782cd11e96c64eac5463f48d78824c6af8d174.zip | |
Updated the invitebot command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,8 +290,8 @@ client.on('message', message => { embed.setAuthor("AstrelQuact", "https://cdn.discordapp.com/avatars/373224323529310208/10311b6f6bb439681480b0ced7efaf66.png?size=2048"); embed.setColor("#BF6FDB"); - embed.setDescription("Ooh! I can see you want to invite me to a server! Here's the link: https://discordapp.com/oauth2/authorize?client_id=373224323529310208&scope=bot&permissions=0"); - embed.setURL("https://discordapp.com/oauth2/authorize?client_id=373224323529310208&scope=bot&permissions=0"); + embed.setDescription("Ooh! I can see you want to invite me to a server! Here's the link: https://discordapp.com/oauth2/authorize?client_id=373224323529310208&scope=bot&permissions=314368"); + embed.setURL("https://discordapp.com/oauth2/authorize?client_id=373224323529310208&scope=bot&permissions=314368"); message.channel.send(embed) } else if (message.content.startsWith("!")) { |
