FutureProg functions

senddiscord

Discord · standard futureprog

Boolean senddiscord(Number channelId, Text title, Text message)
Contexts: standard futureprog
Sends a Discord message through the configured Discord connection using channel ID, title, and message text. Returns false if any argument is null; returns true after queueing the send even if no Discord connection is currently configured.
channelId: The numeric Discord channel ID to send to.
title: The title or heading of the outgoing message.
message: The body text of the outgoing Discord message.

← Back to FutureProg functions