This commit is contained in:
thororen 2024-04-17 14:29:47 -04:00
parent 538b87062a
commit ea7451bcdc
326 changed files with 24876 additions and 2280 deletions

View file

@ -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, Devs.KrystalSkull],
dependencies: ["ServerListAPI"],
renderReadAllButton: () => <ReadAllButton />,