-
Just to set the record straight. Discordjs people have said that Commando is canceling and will not support djs v13. Commando will be replaced by sapphire. Make up your own mind on that all you want.
…
-
Create a new ArgumentType class by extending https://github.com/discordjs/Commando/blob/master/src/types/base.js#L2
Then the CSV file can be parsed using https://github.com/d3/d3-fetch
-
It would be cool to integrate Slash commands support in Commando: https://discord.com/developers/docs/interactions/slash-commands.
It can be done with something like this:
```js
client.registry.c…
-
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…
-
-
-
/Users/mihail/Downloads/assasans-bot/node_modules/discord.js-commando/src/extensions/message.js:7
module.exports = Structures.extend('Message', Message => {
^
TypeErro…
-
The most of Discord bots are expected to provide "mute" and "ban" commands. Their implementation involves juggling with parsing strings just to get so-much-desired duration.
Formats:
> "3w 1d 11…
-
A system needs to be added to allow all built-in text to be translated to other languages or customised for any other reason. This system should also be usable by non-built-in components, allowing for…
-
## 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…