-
There was a bit of trouble with Modmail `announce.js` code so here's my spin on it to help with the issue:
```
const { Command } = require("discord.js-commando");
module.exports = class announc…
ghost updated
3 years ago
-
Every time I try to translate something, it always logs `TypeError: Cannot read property '0' of undefined
at TranslateCommand.run (/home/runner/Botemo/commands/other/translate.js:65:54)
at p…
-
Need a module **'emoji-regex/RGI_Emoji.js'** in **'discord.js-commando/src/types/default-emoji.js'**
Please add it as soon as possible it causing that errors in my project
**code: 'MODULE_NOT_FOUND'…
-
hi
I am trying to make a Discord Bot with the guild configurations saved in the settingprovider. but if I do
`client.provider.set("", "test", "a value");`
it returns this:
> TypeError: Cannot…
-
**Describe the bug**
Missing the start script
**To Reproduce**
Steps to reproduce the behavior:
1. Start bot
**Expected behavior**
I started the bot and it is saying it's missing teh start scr…
fhwui updated
3 years ago
-
Do not open an issue if you simply "copied" code over to your bot/another bot. This is absolutely not recommended and will cause bugs. Also do not open an issue if you modified code and added features…
-
Attaching the `Pickups` class to the `CommandoClient` can reduce the complexity regarding updating cache and accessing active games through separate scopes. The `Pickups` instance, attached as a prope…
-
Hello, I have been stuck with registering commands by using `registerCommandsIn`
This is my code structure:
```sh
src
├── app-loader.ts
├── commands
│ ├── bet-create.ts
│ └── dank.ts
├…
-
It is not possible to new CommandDispatcher or extend CommandDispatcher.
The following fails with "TypeError: CommandDispatcher is not a constructor".
```javascript
const { CommandDispatcher } …
-
**Is your feature request related to a problem? Please describe.**
I recently discovered the beauty of Commando, so I would like to know more. I chose MongoDB as the database for my bot, and I'd love…
Shqrp updated
3 years ago