@multi-post/discord-bot-adapter
v1.0.2
Published
Discord Bot Adapter for MultiPost
Maintainers
Readme
Discord Bot Adapter for MultiPost
Installation
npm i @multi-post/discord-bot-adapter
# - or -
yarn add @multi-post/discord-bot-adapterAdapter Config
{
token: string; // token to log in with
}MultiPost Options
Properties that can be specified in the MultiPost constructor's opts argument
{
discord_thread?: string; // Name of thread to create. Usually this is undefined does a reply-chain instead, but just defining this uses threads instead
}