aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/showHiddenChannels.tsx
diff options
context:
space:
mode:
authormegumin <megumin.bakaretsurie@gmail.com>2022-11-11 22:50:09 +0000
committerGitHub <noreply@github.com>2022-11-11 23:50:09 +0100
commit30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a (patch)
tree8ee2a9e7f83ba8c3c2441636e5d122de3aa663b4 /src/plugins/showHiddenChannels.tsx
parent62e0787cf25a76881fac79b5f3df0ebda706bb21 (diff)
downloadVencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.gz
Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.tar.bz2
Vencord-30ca4f1cf9cc1a4179f5c7ef5cfb47eaff83f56a.zip
feat: Badge API (#206)
Diffstat (limited to 'src/plugins/showHiddenChannels.tsx')
-rw-r--r--src/plugins/showHiddenChannels.tsx12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/plugins/showHiddenChannels.tsx b/src/plugins/showHiddenChannels.tsx
index 7f2c4b8..8dc92bf 100644
--- a/src/plugins/showHiddenChannels.tsx
+++ b/src/plugins/showHiddenChannels.tsx
@@ -34,17 +34,7 @@ waitFor(m => m.can && m.initialize, m => ({ can } = m));
export default definePlugin({
name: "ShowHiddenChannels",
description: "Show hidden channels",
- authors: [
- {
- name: "BigDuck",
- id: 1024588272623681609n
- },
- {
- name: "Average React Enjoyer",
- id: 1004904120056029256n
- },
- Devs.D3SOX,
- ],
+ authors: [Devs.BigDuck, Devs.AverageReactEnjoyer, Devs.D3SOX],
options: {
hideUnreads: {
description: "Hide unreads",