mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 01:53:05 -04:00
Haha Funny Moment
This commit is contained in:
parent
1a37064f2e
commit
c21e29f3d7
4 changed files with 40 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
import "./style.css";
|
||||
|
||||
import { addServerListElement, removeServerListElement, ServerListRenderPosition } from "@api/ServerList";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { Devs, EquicordDevs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { Button, FluxDispatcher, GuildChannelStore, GuildStore, React, ReadStateStore } from "@webpack/common";
|
||||
|
||||
|
@ -61,7 +61,7 @@ const ReadAllButton = () => (
|
|||
export default definePlugin({
|
||||
name: "ReadAllNotificationsButton",
|
||||
description: "Read all server notifications with a single button click!",
|
||||
authors: [Devs.kemo],
|
||||
authors: [Devs.kemo, EquicordDevs.KrystalSkull],
|
||||
dependencies: ["ServerListAPI"],
|
||||
|
||||
renderReadAllButton: () => <ReadAllButton />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue