add me to contributors (#287)
This commit is contained in:
parent
c74241fde6
commit
25ef5d60b4
|
@ -93,7 +93,7 @@ function MemberCount() {
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "MemberCount",
|
name: "MemberCount",
|
||||||
description: "Shows the amount of online & total members in the server member list",
|
description: "Shows the amount of online & total members in the server member list",
|
||||||
authors: [Devs.Ven],
|
authors: [Devs.Ven, Devs.Commandtechno],
|
||||||
|
|
||||||
patches: [{
|
patches: [{
|
||||||
find: ".isSidebarVisible,",
|
find: ".isSidebarVisible,",
|
||||||
|
|
|
@ -165,4 +165,8 @@ export const Devs = Object.freeze({
|
||||||
name: "King Fish",
|
name: "King Fish",
|
||||||
id: 499400512559382538n
|
id: 499400512559382538n
|
||||||
},
|
},
|
||||||
|
Commandtechno: {
|
||||||
|
name: "Commandtechno",
|
||||||
|
id: 296776625432035328n,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue