1.1.0 • Published 2 years ago

akse v1.1.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

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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago