For use with the Discord API, which provides an interface that allows you to program bots for Discord messaging services.
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-rewriteI want to get a Users ID from a mention. I am making a user info command so the author …
javascript discord discord.jsThe 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.jsHow 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.pyI'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.jsI am trying to make my discord bot send a jpg file to my discord server, but I keep getting …
python bots discord discord.pyI was writing a Discord bot for my friend, and when I was making a rainbow color role feature for …
javascript discord discord.jsHow to ask the bot to send a message to another channel (specific channel) that is not the same as …
java discord discord-jdaI 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