1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-04-02 04:00:48 +05:00

Не удаляем loop

This commit is contained in:
JonnyBro 2022-08-30 15:31:56 +05:00
parent 75b6004203
commit 7ea72b8578

View file

@ -90,10 +90,6 @@ class Loop extends BaseCommand {
});
}
});
collector.on("end", (_, reason) => {
if (reason) interaction.deleteReply();
});
}
}