Refine discussion moderator messaging flow
This commit is contained in:
@@ -22,7 +22,7 @@ type MessageSentDeps = {
|
||||
channelId: string,
|
||||
content: string,
|
||||
logger: { info: (m: string) => void; warn: (m: string) => void },
|
||||
) => Promise<void>;
|
||||
) => Promise<unknown>;
|
||||
};
|
||||
|
||||
export function registerMessageSentHook(deps: MessageSentDeps): void {
|
||||
|
||||
Reference in New Issue
Block a user