From 2da9c7eb3181433497043ad9e1a90bd143c0d74c Mon Sep 17 00:00:00 2001 From: LordTocs Date: Fri, 28 Jun 2024 00:59:43 -0400 Subject: [PATCH] Fix some typos --- plugins/twitch/main/src/chat.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/twitch/main/src/chat.ts b/plugins/twitch/main/src/chat.ts index 4f924744..58481c20 100644 --- a/plugins/twitch/main/src/chat.ts +++ b/plugins/twitch/main/src/chat.ts @@ -216,8 +216,8 @@ export function setupChat() { defineAction({ id: "annoucement", - name: "Make Annoucement", - description: "Sends an annoucement in chat", + name: "Make Announcement", + description: "Sends an announcement in chat", icon: "mdi mdi-chat-alert", config: { type: Object,