Orbiit / giggle-bot

A BOT THAT doesn't SCREAM as much (and this time uses discord.js fancy library)
https://discord.gg/azw3qEH
0 stars 0 forks source link

link to invite link in about #4

Closed SheepTester closed 6 years ago

SheepTester commented 6 years ago

https://discordapp.com/oauth2/authorize?client_id=393248490739859458&scope=bot is the link

include invite link in about.json:

"invite": "https://discordapp.com/oauth2/authorize?client_id=393248490739859458&scope=bot"

and then add to line 175 (add \nRuin your server too: ${botinfo.invite}; I also merged the unnecessary concatenation):

description: botinfo.description + `\n\nMy insides: ${botinfo.repo}\nRuin your server too: ${botinfo.invite}`,
SheepTester commented 6 years ago

fixed by 5af714d