mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-10-14 09:07:39 +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)) {
|
if (isNumber(durationCheck)) {
|
||||||
durationCheck += 's';
|
durationCheck += 's';
|
||||||
}
|
}
|
||||||
this.container.logger.debug(durationCheck);
|
|
||||||
|
|
||||||
const durationParsed = new Duration(durationCheck);
|
const durationParsed = new Duration(durationCheck);
|
||||||
let time = 0;
|
let time = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user