This commit is contained in:
thororen1234 2024-06-06 03:30:30 -04:00
parent 295a065721
commit 6dd85a104b
7 changed files with 13 additions and 105 deletions

View file

@ -55,7 +55,7 @@ export default definePlugin({
name: "SupportHelper",
required: true,
description: "Helps us provide support to you",
authors: [Devs.Ven, EquicordDevs.thororen, EquicordDevs.coolesding],
authors: [Devs.Ven, EquicordDevs.thororen],
dependencies: ["CommandsAPI"],
patches: [{

View file

@ -20,7 +20,7 @@ import { addServerListElement, removeServerListElement, ServerListRenderPosition
import { Settings } from "@api/Settings";
import { enableStyle } from "@api/Styles";
import ErrorBoundary from "@components/ErrorBoundary";
import { Devs } from "@utils/constants";
import { Devs, EquicordDevs } from "@utils/constants";
import { useForceUpdater } from "@utils/react";
import definePlugin, { OptionType } from "@utils/types";
import { GuildStore, PresenceStore, RelationshipStore, Tooltip } from "@webpack/common";
@ -111,7 +111,7 @@ function handleGuildUpdate() {
export default definePlugin({
name: "ServerListIndicators",
description: "Add online friend count or server count in the server list",
authors: [Devs.dzshn],
authors: [Devs.dzshn, EquicordDevs.Panniku],
dependencies: ["ServerListAPI"],
options: {