1.0.3 • Published 11 months ago

easier-djs v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Easier Djs

Easier Djs allow coders to code a discord bot simpler using discord.js with simplified language

Reply Package

Why bother writing "interaction.reply" if you can just write "reply" an example is given below:

const reply = require('easier-djs')

module.exports = {
    name: `reply-test`,
    description: `Reply Package`,
    async execute(interaction) {
        reply({ message: `Hello World!`, interaction: interaction })
    }
}

Spoof Package

Why use your brain to make a ton of code just to spoof someone, use our advance package to do just that

const spoof = require('easier-djs')

module.exports = {
    name: `spoof`,
    description: `spoof someone`,
    async execute(interaction) {
        spoof({ message: `you can make a string here or just write something here`, member: `put a member string here`, channel: `string for channel` })
    }
}
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago