For use with the Discord API, which provides an interface that allows you to program bots for Discord messaging services.
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.netI'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.jsI 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.jsScenario: I am trying to read various fields in an embed message posted to a sever, do some processing, and …
javascript discordBasically, 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-rewriteI am making a kick command for my discord.py bot. Here is some code that the kick command might …
python discord discord.py repl.itI am currently trying to create a discord bot and am stumped on a command i am trying to make …
node.js discord dm discord.jsI'm using Discord.js to create a basic Discord bot. When the bot is first started, I run client.guilds.…
discord discord.jsI 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-apiSo 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