mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:44:32 +00:00
chore: Update formatting.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Routes } from "discord-api-types/v10";
|
||||
import type { DiscordReactionSummary, DiscordReactOpts } from "./send.types.js";
|
||||
import { loadConfig } from "../config/config.js";
|
||||
import {
|
||||
buildReactionIdentifier,
|
||||
@@ -8,6 +7,7 @@ import {
|
||||
normalizeReactionEmoji,
|
||||
resolveDiscordRest,
|
||||
} from "./send.shared.js";
|
||||
import type { DiscordReactionSummary, DiscordReactOpts } from "./send.types.js";
|
||||
|
||||
export async function reactMessageDiscord(
|
||||
channelId: string,
|
||||
|
||||
Reference in New Issue
Block a user