Top "Discord" questions

For use with the Discord API, which provides an interface that allows you to program bots for Discord messaging services.

How To Get a User's Role with a DiscordSocketClient

I have been locking for a long time on how to get a user's role so I can set permissions …

c# .net roles discord discord.net
Detect links in messages in Discord.js

I'm new to discord.js. I'm trying to check if a message contains a link like "Hi, I'm from discord.…

javascript discord discord.js
discord.js bot replies to itself

I am currently coding my first discord bot, it can already play YouTube music. if (message.content.includes("Good Job") || …

javascript node.js bots discord discord.js
Read contents of an embed message from a discord server

Scenario: I am trying to read various fields in an embed message posted to a sever, do some processing, and …

javascript discord
Why does on_message stop commands from working?

Basically, everything appears to work fine and start up, but for some reason I can't call any of the commands. …

python python-3.x discord discord.py discord.py-rewrite
Check if user has permission in discord.py

I am making a kick command for my discord.py bot. Here is some code that the kick command might …

python discord discord.py repl.it
I need help making a discord bot direct message someone on typing a command

I am currently trying to create a discord bot and am stumped on a command i am trying to make …

node.js discord dm discord.js
What event is fired when a Discord bot joins a guild?

I'm using Discord.js to create a basic Discord bot. When the bot is first started, I run client.guilds.…

discord discord.js
How to loop a task in discord.py

I am experimenting with making my own little discord bot that can get information from Twitch, but I'm stumped on …

python-3.x discord twitch twitch-api
(discord.py) Getting a list of all of the members in a specific voice channel

So I'm attempting to write a raiding bot for my raiding discord using the discord.py library in python. This …

python python-3.x discord discord.py