5.0.7 • Published 3 years ago

hype.helper v5.0.7

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

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