discord-module

2.0.17 • Public • Published

Discord Module

Discord module is made to make bots very simple. You can send messages, create channels and everything else you need. If you need something we doesnt have, create an issue and let us know

Requirements

Installation

Use Yarn to add the Package

yarn add discord-module

or npm

npm i discord-module

Usage

const DiscordModule = require('discord-module');

const options = {
  token: 'Authorization token',
};

const discord = new DiscordModule(options);

More Infos to that

Features

Channel

Flags

Guild

Me

Message

MessageFlags

Permissions

PrivateChannel

Role

User

Sharding

Infos

Errorcodes

Contributing

If you want to contribute to this project you need to follow this rules:

  • Eslint is required
  • Every Function needs a test command in the test.js file
  • Every Function needs to be added on the readme (or mention it in the pull request that its not in the readme)
  • No console.logs in the project itself (you can use them in the test.js file)

License

MIT

Package Sidebar

Install

npm i discord-module

Weekly Downloads

2

Version

2.0.17

License

MIT

Unpacked Size

54.6 kB

Total Files

18

Last publish

Collaborators

  • xnocken
  • pxladin