mirror of
https://github.com/danbulant/Shasha
synced 2026-07-06 19:41:04 +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
|
date: until
|
||||||
};
|
};
|
||||||
|
jobs.push(SC);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await jobManager.remove(NAME).catch(() => { });
|
await jobManager.remove(NAME).catch(() => { });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue