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.
startTyping
Param
Example
const dl = require("discord.lib")
dl.startTyping("starttyping")
dl.login("token", "Typing started!")stopTyping
Param
Example
Last updated