mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +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.on('ready', () => {
|
||||
console.log('ready!');
|
||||
console.log('ready');
|
||||
});
|
||||
|
||||
client.on('userUpdate', (o, n) => {
|
||||
|
||||
Reference in New Issue
Block a user