add me to contributors (#287)

This commit is contained in:
Commandtechno 2022-12-03 16:42:18 -06:00 committed by GitHub
parent c74241fde6
commit 25ef5d60b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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,",

View File

@ -165,4 +165,8 @@ export const Devs = Object.freeze({
name: "King Fish",
id: 499400512559382538n
},
Commandtechno: {
name: "Commandtechno",
id: 296776625432035328n,
},
});