From 25ef5d60b41de832844e8082d7dfc980870f51d1 Mon Sep 17 00:00:00 2001 From: Commandtechno <68407783+Commandtechno@users.noreply.github.com> Date: Sat, 3 Dec 2022 16:42:18 -0600 Subject: add me to contributors (#287) --- src/plugins/memberCount.tsx | 2 +- src/utils/constants.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/memberCount.tsx b/src/plugins/memberCount.tsx index 6377a9b..947d4d7 100644 --- a/src/plugins/memberCount.tsx +++ b/src/plugins/memberCount.tsx @@ -93,7 +93,7 @@ function MemberCount() { export default definePlugin({ name: "MemberCount", description: "Shows the amount of online & total members in the server member list", - authors: [Devs.Ven], + authors: [Devs.Ven, Devs.Commandtechno], patches: [{ find: ".isSidebarVisible,", diff --git a/src/utils/constants.ts b/src/utils/constants.ts index f45e8b0..3fbfe5a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -165,4 +165,8 @@ export const Devs = Object.freeze({ name: "King Fish", id: 499400512559382538n }, + Commandtechno: { + name: "Commandtechno", + id: 296776625432035328n, + }, }); -- cgit