fix(discord): return native status replies directly (#66434)

This commit is contained in:
Vincent Koc
2026-04-14 09:55:02 +01:00
committed by GitHub
parent 56625a189b
commit 381a8e860a
10 changed files with 408 additions and 39 deletions

View File

@@ -65,6 +65,9 @@ export const pluginSdkDocMetadata = {
"command-status": {
category: "channel",
},
"command-status-runtime": {
category: "runtime",
},
"secret-input": {
category: "channel",
},

View File

@@ -108,6 +108,7 @@
"command-auth",
"command-auth-native",
"command-status",
"command-status-runtime",
"command-detection",
"command-surface",
"collection-runtime",