2.2.2 • Published 6 years ago

discord-jesse v2.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Discord-Jesse

Important: Discord-Jesse is a brand-new project and is not, what-so-ever finished, please think before using as there are much better alternatives at this time.

Examples:

var Jesse = require("discord-jesse");
var client = Jesse();

client.on("create message", function (message) {
  if (message.content == "/ping") {
    message.channel.message("pong!");
  }
});

client.connect("{token}");

Docs:

For a full, complete list of docs, go to the official documentation website (Coming soon).

Session

var client = require("discord-jesse")();
  • .connect({string: token}); - string: token: The token it gives when you create a bot user for your app.
2.2.2

6 years ago

2.2.0

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago