8.0.3 • Published 4 years ago
kaizoffical v8.0.3
Installation
> npm install kaizoffical
For latest version
> npm install kaizoffical@latest
Functions
serverinfo : Show server information
help : Show all command of bot
==========NOTES==========
I decided to remove meme function
=> Because that function not work
I will update some function soon, please wait
serverinfo
const kaiz = require('kaizoffical') //import package
// define options
const title = "Server Info"
const name = "Guild Name"
const id = "Guild ID"
const owner = "Owner"
const member = "Member Count"
const bot = "Bot Count"
const user = "User Count"
const role = "Role Count"
const emoji = "Emoji Count"
const text = "Text Channel"
const voice = "Voice Chanel"
const news = "News Channel "
const category = "Category"
const footer = "Server Information"
//send message
kaiz.serverinfo(
title, name, id, owner, member, bot, user, role, emoji, text, voice, news, category, footer, message
)
// replace [title, name, id, owner, member, bot, user, role, emoji, text, voice, news, category, footer] to your text
// DO NOT change "message" (the last option)
help
// Put code in index.js file
const readdirSync = require('fs')
client.categories = readdirSync("./commands") // get to your commands file
// Put this code in help.js file (you can change file name)
const kaiz = require('kaizoffical')
//define options
const title = "All my commands"
const color = "#00ffff"
//send help message
kaiz.help(client, message, title, color)
8.0.1
4 years ago
8.0.0
4 years ago
8.0.3
4 years ago
8.0.2
4 years ago
7.8.4
4 years ago
7.6.4
4 years ago
7.0.0
4 years ago
6.6.6
4 years ago
6.6.4
4 years ago
5.6.4
4 years ago
4.6.4
4 years ago
3.6.4
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.1
4 years ago
3.0.0
4 years ago
2.2.2
4 years ago
2.2.1
4 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago