mirror of
https://github.com/danbulant/Shasha
synced 2026-06-20 14:51:22 +00:00
fix
This commit is contained in:
parent
d86a85441f
commit
0d2d178b48
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ async function createSchedule(client, { guildID, userID, type, until }) {
|
|||
},
|
||||
date: until
|
||||
};
|
||||
jobs.push(SC);
|
||||
|
||||
try {
|
||||
await jobManager.remove(NAME).catch(() => { });
|
||||
|
|
|
|||
Loading…
Reference in a new issue