mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
fix docs
This commit is contained in:
@@ -13,7 +13,7 @@ client.login(token).then(atoken => console.log('logged in with token ' + atoken)
|
|||||||
client.ws.on('send', console.log);
|
client.ws.on('send', console.log);
|
||||||
|
|
||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
console.log('ready!');
|
console.log('ready');
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('userUpdate', (o, n) => {
|
client.on('userUpdate', (o, n) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user