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