newgen
v0.1.8
Published
NewGen Package
Downloads
5
Readme
Starting
To install the package you need:
You need to install Node.js.
You need to install discord.js v13.
Type npm i newgen in the terminal to install the package
Features
Functions:
ChatBot
allows you to get some informations about the invite such as the inviter, etc...
Functions:
ChatBot
This chatbot function will create a nice chatbot function and you are allowed to talk to the bot!
Example:
const { ChatBot } = require("newgen")
client.on("messageCreate" async (message) => {
const reply = await ChatBot({ Message: message }); // Fetches the message of the user
return message.channel.send(`${message.author}, ${reply}`)
})