akes

1.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i akes

Weekly Downloads

0

Version

1.2.0

License

ISC

Unpacked Size

1.16 kB

Total Files

2

Last publish

Collaborators

  • _x3n1crhy