hype.helper
v5.0.7
Published
hype.helper - Easy to Install and Helpful...
Downloads
2
Readme
How to Install?
npm install hype.helper
Discord - inlineReply
const helper = reqeuire("hype.helper")
const Discord = require("discord.js")
const client = new Discord.Client()
client.on("message", async msg => {
if(msg.content === "Hello") {
helper.chat("Hello!!")
}
});
One April - Surprise
const helper = reqeuire("hype.helper")
const Discord = require("discord.js")
const client = new Discord.Client()
client.on("message", async msg => {
if(msg.content === "one-april") {
if(!msg.member.hasPermission("MANAGE_NICKNAMES")) {
return msg.channel.send(" Error: Missing Permissions ")
};
helper.april(msg)
}
});
How to Show Version?
const helper = reqeuire("hype.helper")
const Discord = require("discord.js")
const client = new Discord.Client()
client.on("message", async msg => {
if(msg.content === "package-version") {
helper.chat(helper.version())
}
});
Change Logs
v5.0.7 - Update Notes
- no update
|------------------------------|
v5.0.5 - Update Notes
- no update
|------------------------------|
v5.0.5 - Update Notes
- README Update
- cannot find module "node-fetch" bug fixed
|------------------------------|
v5.0.0 - Update Notes
- hype.helper Publised