1.8.3 • Published 6 years ago

dungeon.js v1.8.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
6 years ago

dungeon.js

A Discord API wrapper for node.js

npm.io npm.io npm.io

npm.io

Information

This library was started of by one of our developers, tolopolop. After a few months of giving up, I, Youssef, decided to carry on the project along with tolopolop, I invited two new developers, Caalyx and OGNovuh, who have become a tremendous help with creating the library and make it more efficient.

If you don't already know, this library is an api wrapper for discord V6.

Example

const discord = require('dungeon.js');
const client = new discord.Client('TOKEN');

client.on('ready', () => {
  console.log('bot is on');
});

client.on('message', async message => {
  if (message.author.bot) return;
  if (message.content === 'ping') {
      message.reply('Pong!');
  }
});

Contribution

If you wish to contribute to this API, please visit the GitHub

  1. Fork the repository
  2. Edit it
  3. Make a PR and ensure you include as much detail possible to allow the developers to gain an understanding in which your pull request makes.
1.8.3

6 years ago

1.8.2

6 years ago

1.8.1

6 years ago

1.8.0

6 years ago

1.7.2

6 years ago

1.7.1

6 years ago

1.7.0

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.2

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.0.0

6 years ago

1.1.1

6 years ago