messageQueueManager.ts

This commit is contained in:
nirholas
2026-03-31 10:24:21 +00:00
parent 7233ba8d56
commit 79fe27d016

View File

@@ -545,3 +545,4 @@ export function isSlashCommand(cmd: QueuedCommand): boolean {
!cmd.skipSlashCommands
)
}