hype.helper

5.0.7 • Public • Published

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

/hype.helper/

    Package Sidebar

    Install

    npm i hype.helper

    Weekly Downloads

    0

    Version

    5.0.7

    License

    ISC

    Unpacked Size

    5.44 kB

    Total Files

    4

    Last publish

    Collaborators

    • wyvernclassic