mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
(types): remove depreciated types reference.
This commit is contained in:
@@ -7,5 +7,5 @@ export default {
|
|||||||
|
|
||||||
handler: async (context: Client) => {
|
handler: async (context: Client) => {
|
||||||
await checkExpiredBans(context);
|
await checkExpiredBans(context);
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
|
|||||||
Vendored
-1
@@ -3,4 +3,3 @@ export * from './database-types.d';
|
|||||||
export * from './e621-types.d';
|
export * from './e621-types.d';
|
||||||
export * from './handler.d';
|
export * from './handler.d';
|
||||||
export * from './helper-types.d';
|
export * from './helper-types.d';
|
||||||
export * from './task';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user