mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
docs: updated applications URL (#4699)
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://discord.com/developers/applications/me
|
||||
// Log our bot in using the token from https://discord.com/developers/applications
|
||||
client.login('your token here');
|
||||
|
||||
Reference in New Issue
Block a user