mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
docs: updated applications URL (#4699)
This commit is contained in:
parent
f451be0519
commit
0b38c5d8b3
6 changed files with 10 additions and 10 deletions
|
|
@ -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');
|
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');
|
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');
|
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');
|
client.login('your token here');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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');
|
client.login('your token here');
|
||||||
|
|
|
||||||
|
|
@ -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');
|
client.login('your token here');
|
||||||
|
|
|
||||||
|
|
@ -28,5 +28,5 @@ client.on('guildMemberAdd', member => {
|
||||||
channel.send(`Welcome to the server, ${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');
|
client.login('your token here');
|
||||||
|
|
|
||||||
|
|
@ -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');
|
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');
|
client.login('your token here');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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');
|
client.login('your token here');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue