aboutsummaryrefslogtreecommitdiff
path: root/src/globals.d.ts
diff options
context:
space:
mode:
authorNico <nico@d3sox.me>2022-11-07 22:23:34 +0100
committerGitHub <noreply@github.com>2022-11-07 22:23:34 +0100
commit7d5ade21fc9b56d21e2eb9e5b0d35502432adaa2 (patch)
treef89faaff4d3ddae39c20ecf84bf0ce6cd12a696e /src/globals.d.ts
parentd69dfd62057182756610f4dbc644d074301d9433 (diff)
downloadVencord-7d5ade21fc9b56d21e2eb9e5b0d35502432adaa2.tar.gz
Vencord-7d5ade21fc9b56d21e2eb9e5b0d35502432adaa2.tar.bz2
Vencord-7d5ade21fc9b56d21e2eb9e5b0d35502432adaa2.zip
feat(nitroBypass): add sticker bypass (#184)
Co-authored-by: Vendicated <vendicated@riseup.net>
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 2872f62..069cbcb 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -21,7 +21,7 @@ declare global {
/**
* This exists only at build time, so references to it in patches should insert it
* via String interpolation OR use different replacement code based on this
- * but NEVER refrence it inside the patched code
+ * but NEVER reference it inside the patched code
*
* @example
* // BAD