This commit is contained in:
thororen1234 2024-07-31 16:10:36 -04:00
parent b93c0aa1d4
commit 6046703977
2 changed files with 2 additions and 2 deletions

View file

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