-
As I wanted to make my bot usable in the new stage channels, I updated discord.js to the dev preview of v13.
Because of that I found out that many of my permission checks did not work anymore.
In th…
-
How do I add this bot to my discord server
-
Hey this week-end (or maybe later...?) I'm going to update this bot.
I'm thinking of migrating to [Migi](https://github.com/Popcorn-moe/migi) which is a simple and very small discordjs bot framework …
-
After updating the bot to latest it keeps failing on startup. I even double checked the discord bot token and generated a new one. Is there something I'm missing?
**Logs**
```
muse-1 | prism…
-
![image](https://user-images.githubusercontent.com/44928120/129931120-5fd69a51-da73-44e1-85be-2c6aa33be2d3.png)
-
```
C:\Users\Administrator\Downloads\IW4MAdmin\_TOOLS\Discord Bot>StartAdminBot.cmd
node:internal/modules/cjs/loader:1152
throw err;
^
Error: Cannot find module 'discord.js'
Require stack:…
-
consider this option as it's much easier to maintain 👍🏻
-
Things left to do (just to not forget):
- [ ] 1. Make SURE the system is not exploitable (https://discordjs-fork.readthedocs.io/en/latest/docs_resolvables.html);
- [ ] 1,999. Add the 'restart if…
-
```js
import { Client, ChannelType, GatewayIntentBits, Events, Collection, Partials } from 'discord.js'
import { joinVoiceChannel } from '@discordjs/voice'
import { addSpeechEvent, SpeechEvents } f…
-
Performing some tests I noticed that when trying to play an age-restricted music from Youtube the following error occurs:
`node:events:504
throw err; // Unhandled 'error' event
^
Error…