mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-29 09:18:28 +01:00
refactor(arabot): remove debug logger message for slowmode
This commit is contained in:
@@ -104,7 +104,6 @@ export class SlowmodeCommand extends Command {
|
||||
if (isNumber(durationCheck)) {
|
||||
durationCheck += 's';
|
||||
}
|
||||
this.container.logger.debug(durationCheck);
|
||||
|
||||
const durationParsed = new Duration(durationCheck);
|
||||
let time = 0;
|
||||
|
||||
Reference in New Issue
Block a user