Change domain to discord.com (#4160)

This commit is contained in:
Phineas
2020-06-19 10:46:59 +01:00
committed by GitHub
parent 9a1c56c5b9
commit ea19faa411
21 changed files with 32 additions and 32 deletions

View File

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