mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
fix(discord): add ackReactionScope channel override + off/none values (#28268)
This commit is contained in:
committed by
Peter Steinberger
parent
60330e011b
commit
5b64b96c6c
@@ -110,7 +110,7 @@ export type CoreConfig = {
|
||||
};
|
||||
messages?: {
|
||||
ackReaction?: string;
|
||||
ackReactionScope?: "group-mentions" | "group-all" | "direct" | "all";
|
||||
ackReactionScope?: "group-mentions" | "group-all" | "direct" | "all" | "off" | "none";
|
||||
};
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user