message

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.

Commands

Parameter

Description

Required

command

Set the command(includes prefix)

yes

message

what will the bot reply to you

yes

Example

const dl = require("discord.lib");
dl.sendMessage("help", "reply")
dl.login("Token", "game")

Last updated