mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 05:47:00 -04:00
Updates
This commit is contained in:
commit
2e40a9e07b
48 changed files with 400 additions and 154 deletions
|
@ -25,9 +25,7 @@ export default definePlugin({
|
|||
name: "Meow",
|
||||
description: "Adds a chatbar button to meow in chat",
|
||||
authors:
|
||||
[
|
||||
Devs.Samwich
|
||||
],
|
||||
[Devs.Samwich],
|
||||
start() {
|
||||
addChatBarButton("vc-meow", ChatBarIcon);
|
||||
}
|
||||
|
|
|
@ -25,9 +25,7 @@ export default definePlugin({
|
|||
name: "Woof",
|
||||
description: "Adds a chatbar button to woof in chat",
|
||||
authors:
|
||||
[
|
||||
Devs.Samwich
|
||||
],
|
||||
[Devs.Samwich],
|
||||
start() {
|
||||
addChatBarButton("vc-woof", ChatBarIcon);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue