Skip to main content
Module

x/coward/mod.ts>Coward#postTypingIndicator

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
method Coward.prototype.postTypingIndicator
import { Coward } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Post a typing indicator for a specified channel. Bots should usually not use this, however if a bot is responding to a command and expects the computation to take a few seconds, this may be used to let the user know that the bot is processing their message.

Parameters

channelID: string

Returns

Promise<void>