1.1.0 • Published 11 months ago

akse 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

Usage

const akes = require('akes');

// 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

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

0.10.2

11 months ago

0.10.1

11 months ago

0.10.0

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

1.0.0

11 months ago