diff --git a/docs/examples/attachments.md b/docs/examples/attachments.md index 826fb8d80..095160604 100644 --- a/docs/examples/attachments.md +++ b/docs/examples/attachments.md @@ -33,7 +33,7 @@ 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'); ``` @@ -68,7 +68,7 @@ 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'); ``` @@ -105,7 +105,7 @@ 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'); ``` @@ -154,7 +154,7 @@ 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'); ``` diff --git a/docs/examples/avatars.js b/docs/examples/avatars.js index 0e0515c65..acb13d3a2 100644 --- a/docs/examples/avatars.js +++ b/docs/examples/avatars.js @@ -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'); diff --git a/docs/examples/embed.js b/docs/examples/embed.js index b8c84d122..05850fd7e 100644 --- a/docs/examples/embed.js +++ b/docs/examples/embed.js @@ -36,5 +36,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'); diff --git a/docs/examples/greeting.js b/docs/examples/greeting.js index d07b14190..1c0e35a21 100644 --- a/docs/examples/greeting.js +++ b/docs/examples/greeting.js @@ -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'); diff --git a/docs/examples/moderation.md b/docs/examples/moderation.md index 17fe8f4d5..63c665c48 100644 --- a/docs/examples/moderation.md +++ b/docs/examples/moderation.md @@ -66,7 +66,7 @@ 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'); ``` @@ -142,7 +142,7 @@ 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'); ``` diff --git a/docs/examples/ping.js b/docs/examples/ping.js index 3afad0750..cc6c78301 100644 --- a/docs/examples/ping.js +++ b/docs/examples/ping.js @@ -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');