aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/extensions/global.d.ts')
-rw-r--r--src/lib/extensions/global.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/extensions/global.d.ts b/src/lib/extensions/global.d.ts
index 1df86bb..a6f2b5a 100644
--- a/src/lib/extensions/global.d.ts
+++ b/src/lib/extensions/global.d.ts
@@ -1,7 +1,14 @@
/* eslint-disable no-var */
import type { BushClient, BushClientUtil } from '#lib';
declare global {
+ /**
+ * The bushbot client.
+ */
var client: BushClient;
+
+ /**
+ * The bushbot client util.
+ */
var util: BushClientUtil;
// eslint-disable-next-line @typescript-eslint/no-unused-vars