From e261c935639896ad8655f99f835f376cc5028dcc Mon Sep 17 00:00:00 2001 From: LordElias <55048695+LordEliasTM@users.noreply.github.com> Date: Thu, 6 Apr 2023 03:22:54 +0200 Subject: feat(plugin): User Voice Show (#694) Co-authored-by: V Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> --- 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 365fd0f..edbd76d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -226,6 +226,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "TheKodeToad", id: 706152404072267788n }, + LordElias: { + name: "LordElias", + id: 319460781567639554n + }, juby: { name: "Juby210", id: 324622488644616195n -- cgit