joinMessage

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.

Parameters

Parameter

Description

required

channel

channel id

yes

message

welcome message

yes

Example

const dl = require("discord.lib");

dl.joinMessage("633412217844269045", "Welcome!")
dl.login("token", "I am the best bot!")

Last updated