diff --git a/extensions/discord/src/channel-actions.ts b/extensions/discord/src/channel-actions.ts index bf35b788e3e..e3fab7d872a 100644 --- a/extensions/discord/src/channel-actions.ts +++ b/extensions/discord/src/channel-actions.ts @@ -106,6 +106,8 @@ export const discordMessageActions: ChannelMessageActionAdapter = { } return Array.from(actions); }, + supportsInteractive: ({ cfg }) => + listTokenSourcedAccounts(listEnabledDiscordAccounts(cfg)).length > 0, extractToolSend: ({ args }) => { const action = typeof args.action === "string" ? args.action.trim() : ""; if (action === "sendMessage") {