1.0.5 • Published 8 years ago

neptunejs v1.0.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago