mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-10-14 06:07:40 +02:00
refactor(arabot): remove debug logger message for slowmode
This commit is contained in:
parent
b39cf0b44d
commit
e936fe49b1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user