aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/BotTask.ts
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-25 13:01:53 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-25 13:01:53 -0600
commitdf172e0b0d4180d025e19b80f4f091b01401e0d1 (patch)
treecf1b7d5f2ca4ec740256a88f001b676eb8553f9f /src/lib/extensions/BotTask.ts
parentbbe1ab863f69d76482979607e71199899b2a3a3e (diff)
downloadtanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.tar.gz
tanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.tar.bz2
tanzanite-df172e0b0d4180d025e19b80f4f091b01401e0d1.zip
Compltely update to esbuild and yarn v2, fix eval, and bump akairo fork version (this one has private responses)
Diffstat (limited to 'src/lib/extensions/BotTask.ts')
-rw-r--r--src/lib/extensions/BotTask.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/extensions/BotTask.ts b/src/lib/extensions/BotTask.ts
new file mode 100644
index 0000000..c0da5d3
--- /dev/null
+++ b/src/lib/extensions/BotTask.ts
@@ -0,0 +1,6 @@
+import { Task } from 'discord-akairo';
+import { BotClient } from './BotClient';
+
+export class BotTask extends Task {
+ public client: BotClient;
+} \ No newline at end of file