-
**Please describe the problem you are having in as much detail as possible:**
```js
C:\Users\win10\Desktop\SpongeBOT\node_modules\discord.js\src\client\voice\VoiceConnection.js:136
this.soc…
-
**What would you like to see improved or added?**
Previously when using the bot i've done .fm or .wkt and if the track name/album name contains a slur like the n-word or f-slur it still gets sent. I …
-
**Please describe the problem you are having in as much detail as possible:**
Getting a voice connection's channel and running .joinable is (seemingly randomly) erroring with the error below. It may …
-
Hello! I am writing a music bot (_but it plays only rickroll_) on JS, and i am stuck on getting the current voice channel of an user. This is my current call.
```js
!message.author.client.voice.chan…
-
-
### Which package is this bug report for?
discord.js
### Issue description
Hello! I am writing a bot, and i have 2 commands, that sends embeds. No one of them sends embeds, what i don't want.…
-
Getting the below error when trying to run in docker
```
2023-05-30 18:31:45 [2023-05-30 18:31:45] [INFO ] discord.client: logging in using static token
2023-05-30 18:31:45 Traceback (most rec…
-
The music bot seems to have stopped working, it keeps reconnecting and does not output any sound. After some research, it appears to be happening due to a change in the Discord API.
-
2023-07-20 17:18:57 INFO discord.voice_client Connecting to voice...
2023-07-20 17:18:57 INFO discord.voice_client Starting voice handshake... (connection attempt 1)
2023-07-20 17:18:57 IN…
-
there is code:
import discord
from discord.ext import commands
from discord.utils import get
from youtube_dl import YoutubeDL
import ffmpeg
intents = discord.Intents.all()
bot = commands.…