1.6.6 • Published 4 years ago
brizzy-peoo v1.6.6
Helloworld :
const { helloworld } = require('brizzy-peoo'); //We define the npm
helloworld(); //With this we make it say a text in the console
//All of this should go in your main file and be sure to put everything in order to avoid mistakes!
Date :
const { date } = require('brizzy-peoo'); //We define the npm
date(); //With this we make it say the date in the console
//All of this should go in your main file and be sure to put everything in order to avoid mistakes!
chatBot :
const { chatBot } = require('brizzy-peoo'); //We define the npm
if(!args[0]) return message.reply("Write a text"); //This means that if you do not write anything, it returns to the text that you want, in my case I put that
chatBot(message, args[0]); //This takes the typed message and returns a response
//Everything above would go in your command but remember to define chatBot at the top
1.6.6
4 years ago
1.6.2
4 years ago
1.6.0
4 years ago
1.5.5
4 years ago
1.5.2
4 years ago
1.5.0
4 years ago
1.2.9
4 years ago
1.2.8
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.8
4 years ago
1.1.5
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.1.2
4 years ago
1.0.0
4 years ago