Top "Discord" questions

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

Discord.js mentioning

client.on('message', message => { if (message.content === `L!hug`) { if (!message.mentions.users.size) { return message.reply('you need …

bots discord discord.js mention
Sending an image without the link showing with discord library

I would like my discord bot to send an image (from a url), but have the url be hidden from …

javascript bots chatbot discord discord.io
How can I get my discord bot to DM a member and myself?

How, if possible, would I get my discord bot (in python) to DM another user and whoever sent the command (…

python bots discord discord.py-rewrite dm
Discord.NET Adding Reactions to a SocketMessage

I am using Discord.NET version 1.0.2 to clear things up I have a MessageReceived Task in my Discord Bot application: …

c# discord discord.net
How do I find how many guilds my bot is in?

I have a discord bot, and I was just wondering: how do I find out how many guilds the bot …

node.js discord discord.js
How to add a function to discord.py event loop?

I am using Python with discord.py. Documentation here I've got a bot that is running on a Discord server …

python bots discord
How to use Embedding with C#? Discord BOT

I am looking to embed the following: Using the Discord API. I have looked and the only resources I can …

c# embed discord discord.net
Checking if the author of a message is an Administrator

I'm writing a Discord bot that uses the following code to detect and process user messages: bot.on('message', function (…

javascript node.js bots discord discord.io
Is there any way to embed a hyperlink in a RichEmbed?

I am trying to make a link like [this](https://stackoverflow.com/), but I can't seem to find any answers …

node.js discord discord.js
Discord.net sending direct message(PM) to specified user

I'm new here so don't judge me, I want to create a command !poke which sends a direct message(PM) …

c# .net discord discord.net