0.2.4 • Published 6 years ago

discord-bot-wrapper v0.2.4

Weekly downloads
25
License
-
Repository
-
Last release
6 years ago

Discord.js Bot Wrapper

Build Status

Welcome to Discord.js Bot wrapper! This tiny library is just basically a wrapper for Discord.js's Client, more specifically used for bots. If you want to learn how to set your Bot up, head out to this page.

Installation

As any other npm package, this one is easily added to your project:

npm install --save discord-bot-wrapper

Usage

It is also simple to use! Just initialise your bot as such:

const bot = require('discord-bot-wrapper')({
  name: 'My bot',
  auth: {
    token: 'mytoken',
  },
  events: {
    message(message) {
      // My logic goes here
    }
  }
});
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago