1.0.5 • Published 9 years ago

neptunejs v1.0.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

Info/About

neptune.js is an easy-to-use node.js module. It was created by Nuno, Joseph and Dev. We are a group of coders that decided to create neptune.js.

Example on how to use

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

client.on('messageCreate', message => {
  if (message.content === 'ping') {
    message.channel.sendMessage('pong!');
  }
});

client.login('token');

Installation

Requirements: Node 6.0.0 or higher. Module installed.

npm install neptunejs

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago