Typings
A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.
This allows you to make your bot to start/stop typing in one or more specific channels.
startTyping
Param
Parameters | Description | required |
command | command to start typing | Yes |
Example
stopTyping
Param
Parameters | Description | Required |
command | Command to stop typing | yes |
force | Force to stop typing | no |
Example
Last updated