This commit is contained in:
thororen1234 2024-06-18 22:37:54 -04:00
commit 2e40a9e07b
48 changed files with 400 additions and 154 deletions

View file

@ -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);
}

View file

@ -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);
}