mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
(tasks): linting.
This commit is contained in:
@@ -7,5 +7,5 @@ export default {
|
|||||||
|
|
||||||
handler: async (context: Client) => {
|
handler: async (context: Client) => {
|
||||||
await closeOldTickets(context);
|
await closeOldTickets(context);
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ export default {
|
|||||||
|
|
||||||
handler: async (context: Client) => {
|
handler: async (context: Client) => {
|
||||||
await Database.pruneOldMessages();
|
await Database.pruneOldMessages();
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user