mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix docs
This commit is contained in:
parent
1d9d246870
commit
eb253eef45
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue