mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +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;
|
return swept;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user