Skip to main content
Module

x/wackford/discordeno.ts>crosspostMessage

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function crosspostMessage
import { crosspostMessage } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Cross-posts a message posted in an announcement channel to subscribed channels.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the announcement channel.
messageId: BigString
  • The ID of the message to cross-post.

Returns

Promise<Message>

An instance of the cross-posted Message.