mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Change domain to discord.com (#4160)
This commit is contained in:
@@ -66,7 +66,7 @@ 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');
|
||||
```
|
||||
|
||||
@@ -142,7 +142,7 @@ 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');
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user