-
We need to figure out how we want to architect this bot to allow ease in:
- Add new features (e.g. exposing new commands, integrating new UI views, or maintaining long running processes)
- Finding…
-
Anywhere I can get a full list of all event emitters supported by Akairo, as I tried to make a message event and failed horribly.
-
This happens on every bot i make. please
NodeJS 12
Client:
```
const { AkairoClient, ListenerHandler, CommandHandler, InhibitorHandler } = require('discord-akairo');
const LoggerClass = require('…
-
i'm trying to make an autoresponse with my bot and trying to use conditional commands to know whether the command is enabled or disabled. here is the code that i have for it:
```js
const { Comman…
-
## Ce que nous avons imaginé
Pour le moment, nous pensons faire une implémentation de la création de commande de cette façon:
```ts
const options: ClientOptions = {
prefix: '!',
commands: joi…
-
I'm unsure why but when I tried the `npm i canvas` it isn't working at all. I'm getting a huge error.
## Issue or Feature
Unable to install canvas
## Steps to Reproduce
```js
npm i …
JcbSm updated
5 months ago
-
The Mickey-bot is amazing, im really enjoing it alot thankss.
There is a Feature i need, i hope u can make it:
Can you please make like a command for examble "listentobot" to turn off this line:…
-
The interactionCreate is not triggering, when I type `/ping` in discord. The other event like `messageCreate` works fine, anyone has a solution?
```
import { Listener } from "discord-akairo";
imp…
-
**Is your feature request related to a problem? Please describe.**
Yes. discord.js member & user caching is causing issues with CPU & memory usage for me with memory usage starting ~50-65mb but then …
-
Actually, I still don't understand how to use this package with Discord-Akairo, I don't see examples, Could you provide more more practical examples when it comes to frameworks?
The problem I have …