mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04: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
|
- Title by Kyuuhachi
|
||||||
- TosuRPC by AutumnVN
|
- TosuRPC by AutumnVN
|
||||||
- Translate+ by Prince527 (Using Translate by Ven)
|
- Translate+ by Prince527 (Using Translate by Ven)
|
||||||
|
- UnitConverter by sadan
|
||||||
- UnlimitedAccounts by thororen
|
- UnlimitedAccounts by thororen
|
||||||
- UserPFP by nexpid (maintained by thororen)
|
- UserPFP by nexpid (maintained by thororen)
|
||||||
- UwUifier by echo
|
- UwUifier by echo
|
||||||
|
|
|
@ -24,8 +24,7 @@ const ChatBarIcon: ChatBarButton = () => {
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "Woof",
|
name: "Woof",
|
||||||
description: "Adds a chatbar button to woof in chat",
|
description: "Adds a chatbar button to woof in chat",
|
||||||
authors:
|
authors: [Devs.Samwich],
|
||||||
[Devs.Samwich],
|
|
||||||
start() {
|
start() {
|
||||||
addChatBarButton("vc-woof", ChatBarIcon);
|
addChatBarButton("vc-woof", ChatBarIcon);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue