chore(auto): task completed - unknown

This commit is contained in:
MythEclipse
2026-06-13 14:10:34 +07:00
parent 277d982c51
commit 6822cb0bd3
5 changed files with 33 additions and 34 deletions
+2
View File
@@ -16,6 +16,7 @@ import {
DISCORD_THREAD_DELETED,
DISCORD_THREAD_UPDATED,
DISCORD_VOICE_ACTIVE_USER,
DISCORD_VOICE_ANALYZED,
DISCORD_VOICE_PCM,
DISCORD_VOICE_STARTED,
DISCORD_VOICE_STOPPED,
@@ -49,6 +50,7 @@ const SUBSCRIPTIONS: ChannelMapping[] = [
},
{ channel: DISCORD_VOICE_ACTIVE_USER, eventType: "voice_active_user" },
{ channel: DISCORD_VOICE_PCM, eventType: "voice_pcm_data" },
{ channel: DISCORD_VOICE_ANALYZED, eventType: "voice_analyzed" },
{ channel: DISCORD_REACTION_ADDED, eventType: "reaction_added" },
{ channel: DISCORD_REACTION_REMOVED, eventType: "reaction_removed" },
{ channel: DISCORD_THREAD_CREATED, eventType: "thread_created" },