0.1.8 • Published 3 years ago

newgen v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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}`)
})
0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.5

3 years ago