0.2.1 • Published 4 months ago

xernerx-commands v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

xernerx-commands

Install

npm install xernerx-commands

ee

Setup

import { XernerxCommands } from 'xernerx-commands';
import XernerxClient from 'xernerx';

new (class Client extends XernerxClient {
    constructor() {
        super(discordOptions, clientOptions);

        this.modules.commandHandler.loadMessageCommands(messageCommandOptions);

        this.modules.extensionHandler.loadExtensions({
            extensions: [new XernerxCommands(this, options)],
        });

        this.login('token');
    }
})();

Options

NameTypeDefaultRequiredDescription
includeArray\<string> | nullnullfalseThe commands that should be included. (will only load specified)
excludeArray\<string> | nullnullfalseThe commands that should be excluded. (will only load not specified)
prefixArray\<string> | string | nullnullfalseAn extra prefix just for these commands.

Commands

NamealiasesDescription
evaluateeval, evA command based on the Jishaku extension for discord.py.
pingA ping that will provide you with all pings.
documentationdocsA command that allows you to get the documentation of Discord.js or Xernerx.
0.2.1

4 months ago

0.2.0

4 months ago

0.1.7

7 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.0

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago