login

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.

How to get started?

login

Parameter

Description

Required

discord bot token

to start the bot

yes

game

set bot's game

no

typeofgame

type of bot's game

no

Example

let dl = require("discord.lib")
dl.login("Token", "game", "watching")// if type is not specified, playing will be the type

Last updated