This commit is contained in:
Neko-Life 2021-07-31 12:54:29 +07:00
parent d86a85441f
commit 0d2d178b48

View file

@ -32,6 +32,7 @@ async function createSchedule(client, { guildID, userID, type, until }) {
},
date: until
};
jobs.push(SC);
try {
await jobManager.remove(NAME).catch(() => { });