-
Hello,
I downloaded the zip file and opened it on my laptop. I added your code into my visual code studio. I added in the tokens as requested in the confi.js file, when i got to the terminal and i …
-
Hello ! I'm making a discord bot using discord.js-commando and i migrate my bot to a typescript project
I figure out an issue with require-all@3.0.0 that is used by discord.js-commando@latest doesn…
-
[Discord. js-commando](https://github.com/discordjs/Commando) is deprecated. We should look into removing it and upgrading to discord.js v14
-
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…
-
const commando = require('discord.js-commando');
class CoinFlipCommand extends commando.Command
{
constructer(client)
{
super(client,{
name: 'flip',
gr…
-
Recently learned discord.js commando. This will clean up the code by quite a bit.
The practices used are good in theory, yet they fall through the instant they are put in use.
-
## Issue or Feature
There seems to be a missing arm64 build of canvas, build from source fails on arm64 as well.
## Steps to Reproduce
```bash
npm install
```
```bash
npm install --build-f…
-
I have tried to use this command, but it throws an error, saying something like, "Not enough Permissions," or something related. Here is a screenshot with the most important part of the error thrown. …
-
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…