3.0.4 • Published 1 year ago

dsc.cmds v3.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

dsc.cmds

A slash command and context menu commands handler for Discord.js bots

npm i dsc.cmds

DISCLAIMER This will only work with discord.js version 13.1 or later

Support

Examples

Here's an example of how you can use the command handler.

Javascript

    const { Commands } = require("dsc.cmds");
    const { Client } = require("discord.js");

    const bot = new Client();
    const cmds = new Commands({
        bot: bot,
        dir: './commands',
    });

    bot.on("ready", () => console.log("Ready!"));

    bot.login("TOKEN");
3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1-dev.2

3 years ago

2.0.1-dev.1

3 years ago

2.0.1-dev.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0-dev.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.2.5

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago