1.1.0 • Published 11 months ago

akse.js v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months 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.1.0

11 months ago