mirror of https://github.com/openclaw/openclaw.git
fix(discord): add missing accountId to reaction routing params
This commit is contained in:
parent
82101b152a
commit
d76ddd61ec
|
|
@ -49,6 +49,7 @@ type DiscordReactionListenerParams = {
|
|||
} & DiscordReactionRoutingParams;
|
||||
|
||||
type DiscordReactionRoutingParams = {
|
||||
accountId: string;
|
||||
botUserId?: string;
|
||||
dmEnabled: boolean;
|
||||
groupDmEnabled: boolean;
|
||||
|
|
|
|||
Loading…
Reference in New Issue