1.2.0 • Published 2 years ago

akes v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Akes.js

A lightweight Node.js library for creating discord bots.

npm version Downloads


Features

  • Easy to use and integrate into any messaging platform
  • Powerful natural language processing for complex interactions
  • Customizable and extensible to meet your needs
  • Lightweight and fast performance

Installation

npm install akes.js

Usage

const akes = require('akes.js');

// Create a new bot instance
const bot = new akes();

// Add intents to the bot using the `intent` method
bot.intent('greeting', (req, res) => {
  res.send('Hello there!');
});

// Start listening for incoming messages
bot.listen();

License

  • Akes.js is licensed under the MIT License. See the LICENSE file for details.
1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago