mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Change domain to discord.com (#4160)
This commit is contained in:
@@ -28,5 +28,5 @@ client.on('guildMemberAdd', member => {
|
||||
channel.send(`Welcome to the server, ${member}`);
|
||||
});
|
||||
|
||||
// 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