mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix
This commit is contained in:
parent
b93c0aa1d4
commit
6046703977
2 changed files with 2 additions and 2 deletions
|
@ -126,6 +126,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend
|
|||
- Title by Kyuuhachi
|
||||
- TosuRPC by AutumnVN
|
||||
- Translate+ by Prince527 (Using Translate by Ven)
|
||||
- UnitConverter by sadan
|
||||
- UnlimitedAccounts by thororen
|
||||
- UserPFP by nexpid (maintained by thororen)
|
||||
- UwUifier by echo
|
||||
|
|
|
@ -24,8 +24,7 @@ const ChatBarIcon: ChatBarButton = () => {
|
|||
export default definePlugin({
|
||||
name: "Woof",
|
||||
description: "Adds a chatbar button to woof in chat",
|
||||
authors:
|
||||
[Devs.Samwich],
|
||||
authors: [Devs.Samwich],
|
||||
start() {
|
||||
addChatBarButton("vc-woof", ChatBarIcon);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue