mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:56:45 +00:00
fix(discord): add missing accountId to reaction routing params
This commit is contained in:
@@ -49,6 +49,7 @@ type DiscordReactionListenerParams = {
|
||||
} & DiscordReactionRoutingParams;
|
||||
|
||||
type DiscordReactionRoutingParams = {
|
||||
accountId: string;
|
||||
botUserId?: string;
|
||||
dmEnabled: boolean;
|
||||
groupDmEnabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user