-
Adds an abstract interface for storage I like how other libraries have done this, and we can copy verbatim if needed. Basically it takes the guild ID as paratemeters for it's functions and provides pe…
-
For better development, move to using the [Sapphire Discord.js Framework](https://www.sapphirejs.dev/)
-
Using latest master & djs master
Node 13.11.0:
```js
import { AkairoClient } from 'discord-akairo';
```
results in
```
SyntaxError: The requested module 'discord-akairo' does not provide an…
-
At the bottom of https://github.com/discord-akairo/discord-akairo/blob/master/docs/arguments/compose.md, where it references
> See the [Using Functions](./functions.md) section for more information…
-
the complete error:
(node:479) UnhandledPromiseRejectionWarning: TypeError: this.client.db.get is not a function
at GuildExt.get (/home/runner/Central-Discord-Anti/structures/Guild.js:16:35)
…
-
I'm trying a simple ping bot, and I found a error in client command
index.js
```
require('dotenv').config()
const { AkairoClient, CommandHandler, ListenerHandler } = require('discord-akairo');
…
-
I'm using generator arguments and the last option, `--name`, always returns `null` when I try to set it.
```js
*args() {
const member = yield {
type: "memberMention",
prompt: {
s…
-
Most of the provided classes have a member to access to the AkairoClient, which commonly is a class that inherits from it. However, when using TypeScript, it complains if you try to access to your cus…
-
**Description**
A role system must be implemented for the available commands.
If a user has moderator permissions, he can see and execute the commands with the tag, Moderation Commands and Public …
-
**Describe the feature:**
It is intended to include a functionality in which the bot reminds the user, user groups or roles a note / message as a reminder.
**Describe a specific use case for the f…