My bots doesn't queue the songs when i use the play command, it just plays them. Im trying to get all my commands to work before using spotify & soundcloud
I tried to get a list of users through the API, but in response I got: Missing Access 403 Forbidden (error code: 50001) Request: https://discord.com/api/v9/guil
I want to find a category just like how you find a channel. let channel = message.guild.channels.cache.get(<id>); Is there a way to find a category like
So i got this code, but the get_channel often returns a none object but sometime it replies the discord channel object. Why is this like that? Is there a better
https://cdn.discordapp.com/attachments/882079986599751680/954144030449631332/UOOOOPA.webm this video will crash your discord if you open it in discord (do it a
This is a pretty basic question but here is the issue. I am trying to make a discord bot that takes a message and delays it by a set amount of time. However, it
I'm following this tutorial to create a discord bot with a dashboard but when I run my bot.py file I'm getting an error. What am I doing wrong? bot.py: import d
On my computer it works fine, but when I try to host it on Heroku it gives this error /app/node_modules/slash-create/lib/command.js:21 throw new Error('The base
I've very recently had a look at buttons for my discord bots, and in doing so I also discovered the menus that you can create. I want to know how, if it's possi
I have a question, please tell me how to implement slash command as in the screenshot. (I mean /join number). I will be extremely grateful. Thanks in advance fo
I need to figure out how to create an invite link for users so that they can track invites. Currently I have this, however this created the invite for the Bot.
Is it possible to get all of the members's user ids from a guild (server)? Edit: I can't use guild, because I need to get the ids when the bot gets online (on_r
@commands.command() async def play(self, ctx, url): ctx.voice_client.stop() FFMPEG_OPTIONS = {'before_options': 'reconnect 1 -reconnect_str
I'm trying to make a discord bot with the command prefix "*" but when I try to get the bot online/run it, it gives me this error: node:internal/modules/cjs/loa
i recently started with Discord.js and i am currently making a hug command. the command itself is working fine, but the problem i am facing is that i want the b
To launch my discord bot, I followed the way using Heroku but... In Heroku, main.py is on, but my discord bot still offline. I tried to change main.py with the
I'm making a discord bot in python, and want to add a temporary ban command. The only problem is that if the bot goes offline (power outage, altering code, ect.
here is my code const prefix = '!'; module.exports = { name: 'messageCreate', once: false, execute(client, message) { if (message.author.bo
Is there a way to query the discord API without have a bot on a server. I would like to retrieve my friends and my profile images and put it on a website I crea
My bot uses discord.py, is there a way to code it to allow it to automatically follow an announcement channel for other servers to your server through a command