From f082f1e06eef0566d274bcaf4da9a0873472e9ed Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 11 Jan 2026 22:32:17 +0530 Subject: [PATCH] fix: add discord channel actions --- src/providers/plugins/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/providers/plugins/types.ts b/src/providers/plugins/types.ts index f6fd550c9..d339c0e7e 100644 --- a/src/providers/plugins/types.ts +++ b/src/providers/plugins/types.ts @@ -504,6 +504,13 @@ export type ProviderMessageActionName = | "role-remove" | "channel-info" | "channel-list" + | "channel-create" + | "channel-edit" + | "channel-delete" + | "channel-move" + | "category-create" + | "category-edit" + | "category-delete" | "voice-status" | "event-list" | "event-create"