mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add more detail to debug message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user