docs: updated applications URL (#4699)

This commit is contained in:
Human
2020-08-14 13:33:11 -04:00
committed by GitHub
parent f451be0519
commit 0b38c5d8b3
6 changed files with 10 additions and 10 deletions

View File

@@ -27,5 +27,5 @@ client.on('message', message => {
}
});
// Log our bot in using the token from https://discord.com/developers/applications/me
// Log our bot in using the token from https://discord.com/developers/applications
client.login('your token here');