Не удаляем 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();
});
} }
} }