mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
Updates
This commit is contained in:
parent
295a065721
commit
6dd85a104b
7 changed files with 13 additions and 105 deletions
|
@ -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: [{
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue