serverGreeting

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.

You could greet the server owner when your bot was invited to a server using this

Param

Parameter

Discription

Required

message

message to greet

yes

Example

const dl = require("discord.lib")
dl.serverGreeting("Hi there!")

Last updated