aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorGlitchyChan <46732589+GlitchChan@users.noreply.github.com>2022-10-04 19:38:38 +0000
committerGitHub <noreply@github.com>2022-10-04 21:38:38 +0200
commite1027e06c152f8b9668a3099db0f110e280991fd (patch)
tree8579171c4109ab79c8eb968c2e76363c8bcbf9cb /src/utils
parentf1a31a61841adc74c6366eb2a77d74b81dd62b23 (diff)
downloadVencord-e1027e06c152f8b9668a3099db0f110e280991fd.tar.gz
Vencord-e1027e06c152f8b9668a3099db0f110e280991fd.tar.bz2
Vencord-e1027e06c152f8b9668a3099db0f110e280991fd.zip
fix(plugins): Fixed BANger (#41)
* fix(plugins): Fixed BANger That was easy. * add(Devs): Added Myself to Devs * Update banger.ts Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index fe66218..e263cc0 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -30,5 +30,9 @@ export const Devs = Object.freeze({
rushii: {
name: "rushii",
id: 295190422244950017n
+ },
+ Glitch: {
+ name: "Glitchy",
+ id: 269567451199569920n
}
});