feat: Badge API (#206)
This commit is contained in:
parent
62e0787cf2
commit
30ca4f1cf9
18 changed files with 237 additions and 82 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue