openclaw/src/discord
zerone0x 81d2a91a90
fix(discord): send initial message for non-forum thread creation (#18117)
Co-authored-by: Shadow <shadow@openclaw.ai>
2026-02-16 13:48:46 -06:00
..
monitor feat(discord): faster reaction status state machine (watchdog + debounce) (#18248) 2026-02-16 13:38:39 -06:00
accounts.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
api.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
api.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
audit.test.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
audit.ts refactor: centralize isPlainObject, isRecord, isErrno, isLoopbackHost utilities (#12926) 2026-02-09 17:02:55 -08:00
chunk.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
chunk.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
client.ts refactor(discord): share client rest helpers 2026-02-14 15:39:45 +00:00
components-registry.ts Discord: add component v2 UI tool support (#17419) 2026-02-15 21:19:25 -06:00
components.test.ts Discord: add component v2 UI tool support (#17419) 2026-02-15 21:19:25 -06:00
components.ts Discord: add component v2 UI tool support (#17419) 2026-02-15 21:19:25 -06:00
directory-live.ts fix(discord): handle missing guild/channel data in link resolution 2026-02-13 12:35:18 -06:00
gateway-logging.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
gateway-logging.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
guilds.ts refactor(discord): dedupe guild listing 2026-02-15 04:13:14 +00:00
index.ts feat: unify poll support 2026-01-06 04:51:05 +00:00
monitor.gateway.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
monitor.gateway.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
monitor.test.ts feat(discord): faster reaction status state machine (watchdog + debounce) (#18248) 2026-02-16 13:38:39 -06:00
monitor.tool-result.accepts-guild-messages-mentionpatterns-match.e2e.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
monitor.tool-result.sends-status-replies-responseprefix.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
monitor.tool-result.test-harness.ts test: annotate harness mocks to avoid TS2742 in CI 2026-02-16 15:19:11 +00:00
monitor.ts refactor(channels): share channel config matching 2026-01-17 23:03:51 +00:00
pluralkit.test.ts Discord: add PluralKit sender identity resolver (#5838) 2026-01-31 19:50:06 -06:00
pluralkit.ts Discord: add PluralKit sender identity resolver (#5838) 2026-01-31 19:50:06 -06:00
probe.intents.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
probe.ts fix: dedupe probe/token base types (#16986) (thanks @iyoda) 2026-02-15 11:36:54 -06:00
resolve-channels.test.ts Discord: fix bare guild ID misrouted as channel ID in parser 2026-02-13 11:03:10 -06:00
resolve-channels.ts refactor(discord): dedupe guild listing 2026-02-15 04:13:14 +00:00
resolve-users.ts refactor(discord): dedupe guild listing 2026-02-15 04:13:14 +00:00
send.channels.ts Discord: handle thread edit params 2026-02-12 16:31:06 -06:00
send.components.ts Discord: add component v2 UI tool support (#17419) 2026-02-15 21:19:25 -06:00
send.creates-thread.test.ts fix(discord): send initial message for non-forum thread creation (#18117) 2026-02-16 13:48:46 -06:00
send.emojis-stickers.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
send.guild.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
send.messages.ts fix(discord): send initial message for non-forum thread creation (#18117) 2026-02-16 13:48:46 -06:00
send.outbound.ts Discord: CV2! (#16364) 2026-02-15 10:24:53 -06:00
send.permissions.ts refactor(discord): share client rest helpers 2026-02-14 15:39:45 +00:00
send.reactions.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
send.sends-basic-channel-messages.test.ts refactor(test): share discord send rest harness 2026-02-14 21:20:43 +00:00
send.shared.ts Discord: CV2! (#16364) 2026-02-15 10:24:53 -06:00
send.test-harness.ts test: add explicit harness mock types 2026-02-14 16:51:25 -05:00
send.ts Discord: add component v2 UI tool support (#17419) 2026-02-15 21:19:25 -06:00
send.types.ts Discord: handle thread edit params 2026-02-12 16:31:06 -06:00
targets.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
targets.ts Fix build errors 2026-02-02 23:45:05 -08:00
token.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
token.ts fix: dedupe probe/token base types (#16986) (thanks @iyoda) 2026-02-15 11:36:54 -06:00
ui.ts Discord: CV2! (#16364) 2026-02-15 10:24:53 -06:00
voice-message.ts fix(discord): harden voice message media loading 2026-02-15 03:41:08 +01:00