mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:47:40 +00:00
chore: Update formatting.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { APIChannel, APIMessage } from "discord-api-types/v10";
|
||||
import { ChannelType, Routes } from "discord-api-types/v10";
|
||||
import { resolveDiscordRest } from "./send.shared.js";
|
||||
import type {
|
||||
DiscordMessageEdit,
|
||||
DiscordMessageQuery,
|
||||
@@ -8,7 +9,6 @@ import type {
|
||||
DiscordThreadCreate,
|
||||
DiscordThreadList,
|
||||
} from "./send.types.js";
|
||||
import { resolveDiscordRest } from "./send.shared.js";
|
||||
|
||||
export async function readMessagesDiscord(
|
||||
channelId: string,
|
||||
|
||||
Reference in New Issue
Block a user