aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorCommandtechno <68407783+Commandtechno@users.noreply.github.com>2022-12-03 16:42:18 -0600
committerGitHub <noreply@github.com>2022-12-03 22:42:18 +0000
commit25ef5d60b41de832844e8082d7dfc980870f51d1 (patch)
treee15bce5515fa4f2c0c5f74b5815a40908657d6c7 /src/plugins
parentc74241fde6707704f66f10d752044540783d4736 (diff)
downloadVencord-25ef5d60b41de832844e8082d7dfc980870f51d1.tar.gz
Vencord-25ef5d60b41de832844e8082d7dfc980870f51d1.tar.bz2
Vencord-25ef5d60b41de832844e8082d7dfc980870f51d1.zip
add me to contributors (#287)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/memberCount.tsx2
1 files changed, 1 insertions, 1 deletions
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,",