From e1027e06c152f8b9668a3099db0f110e280991fd Mon Sep 17 00:00:00 2001 From: GlitchyChan <46732589+GlitchChan@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:38:38 +0000 Subject: 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 --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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 } }); -- cgit