Category "discord"

Discord Music Bot not queueing songs (nextcord)

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

Discord: 403 Forbidden (error code: 50001)

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

Discord.js V13: How do I get/ find a category?

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

Why is Guild.get_channel returning a none object sometimes in discord.py

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

How does this video file crash discord?

https://cdn.discordapp.com/attachments/882079986599751680/954144030449631332/UOOOOPA.webm this video will crash your discord if you open it in discord (do it a

Making a discord bot able to handle several inputs at once

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

pycord RuntimeError while trying to start ipc Discord Bot

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

Discord bot: The base SlashCommand cannot be instantiated

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

Discord.js: Is there any possible way of disabling a menu after selecting one of it's options?

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

How to make joining a voice channel by numeric code?

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

Discord.Js Bot to create invites for users

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.

Get user's ids to a list from guild discord.py

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

Discord.Py ffmpeg was not found

@commands.command() async def play(self, ctx, url): ctx.voice_client.stop() FFMPEG_OPTIONS = {'before_options': 'reconnect 1 -reconnect_str

Node.js node:internal/modules/cjs/loader:936 error while trying to use discord.js

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

How to ping message author and user in Discord.js embed

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

Discord bot is still offline

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

Discord Python Bot, auto-unban after given time, how do I save the time until a user gets unbanned even if the bot goes offline?

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.

message.content.startsWith is not a function error

here is my code const prefix = '!'; module.exports = { name: 'messageCreate', once: false, execute(client, message) { if (message.author.bo

Query discord api from webiste

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

Is there a way to allow your bot to follow announcement channels for other servers through a command?

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