mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
Add more detail to debug message
This commit is contained in:
parent
8f1bc5edab
commit
6075ec0e19
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class Client extends EventEmitter {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.emit('debug', `Swept ${swept} messages`);
|
||||
this.emit('debug', `Swept ${swept} messages older than ${this.options.message_cache_lifetime} seconds`);
|
||||
return swept;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue