aboutsummaryrefslogtreecommitdiff
path: root/src/tasks/feature/updateStats.d.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 12:39:42 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 12:39:42 -0400
commitbe60d01553dc4e948c8c13400d5a4932fd741ed8 (patch)
tree2b65b69d2d9706594ec4966a85e8351f0f4365fe /src/tasks/feature/updateStats.d.ts
parent878bed986193c98ecde99b647b99015bcfec962e (diff)
downloadtanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.tar.gz
tanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.tar.bz2
tanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.zip
misc
Diffstat (limited to 'src/tasks/feature/updateStats.d.ts')
-rw-r--r--src/tasks/feature/updateStats.d.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tasks/feature/updateStats.d.ts b/src/tasks/feature/updateStats.d.ts
deleted file mode 100644
index 22e0308..0000000
--- a/src/tasks/feature/updateStats.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { BushTask } from '#lib';
-import { Client } from 'discord.js';
-export default class UpdateStatsTask extends BushTask {
- constructor();
- exec(): Promise<void>;
- static init(client: Client): Promise<{
- commandsUsed: bigint;
- slashCommandsUsed: bigint;
- }>;
-}