Top "Discord" questions

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

Get a Discord Role by Id

I'm making a Discord bot but just ran into a problem. I want to modify a role. A specific role. …

python discord discord.py discord.py-rewrite
Getting a user ID from a mention

I want to get a Users ID from a mention. I am making a user info command so the author …

javascript discord discord.js
Discord.js Embedded message multiple line value

The standard way of sending an embedded message is: message.channel.send({embed: { color: 3447003, title: "Test:", fields: [ { name: "Test 1", value="…

node.js discord discord.js
Python Bot use custom Emoji

How to make my bot use my custom emoji in any discord server. @bot.command(pass_context=True) async def …

python python-3.x discord discord.py
DeprecationWarning: Collection#find: pass a function instead

I'm quite a newbie to node.js and I'm currently using discord.js to make a Discord bot. As soon …

javascript node.js discord discord.js
Discord.py Bot sending file to Discord Channel

I am trying to make my discord bot send a jpg file to my discord server, but I keep getting …

python bots discord discord.py
How would I create a command to shutdown my Discord.py Bot?

I have rewritten my existing Discord Bot so that commands work via @client.command. Here is an example of the …

python bots discord shutdown repl.it
Client.guilds.get() not working as intended

I was writing a Discord bot for my friend, and when I was making a rainbow color role feature for …

javascript discord discord.js
Send message to specific channel in Discord with JDA

How to ask the bot to send a message to another channel (specific channel) that is not the same as …

java discord discord-jda
Permission Check Discord.py Bot

I am working on a discord bot for basic moderation which does kick, ban and mute for now at least. …

python python-3.x discord discord.py