mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 14:48:21 -04:00
Update To Devs and Badges Sys
This commit is contained in:
parent
e4425ca98f
commit
44109d9979
58 changed files with 295 additions and 240 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { addChatBarButton, ChatBarButton, removeChatBarButton } from "@api/ChatButtons";
|
||||
import { disableStyle, enableStyle } from "@api/Styles";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { Devs, EquicordDevs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { FluxDispatcher } from "@webpack/common";
|
||||
|
||||
|
@ -29,10 +29,10 @@ const chatBarIcon: ChatBarButton = () => {
|
|||
export default definePlugin({
|
||||
name: "SoundBoardLogger",
|
||||
authors: [
|
||||
Devs.ImpishMoxxie,
|
||||
Devs.fres,
|
||||
EquicordDevs.Moxxie,
|
||||
EquicordDevs.fres,
|
||||
Devs.echo,
|
||||
Devs.thororen
|
||||
EquicordDevs.thororen
|
||||
],
|
||||
settings,
|
||||
patches: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue