source code link should link directly to actual code
This commit is contained in:
Lamp 2020-02-07 23:55:35 -08:00 committed by GitHub
parent 99b2c4227c
commit 202700eb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ console.log("start");
"\n Each command has an abbreviated version." +
"\n"+
`\n\n[» Add this bot to your server](https://discordapp.com/oauth2/authorize?scope=bot&client_id=${client.id})`+
"\n[» Source code](https://github.com/ledlamp/puppeteer-discord-bot)"+
"\n[» Source code](https://github.com/ledlamp/puppeteer-discord-bot/blob/master/index.js)"+
"\n[» Submit an issue](https://github.com/ledlamp/puppeteer-discord-bot/issues/new)"
}, to: channelID});
break;