For use with the Discord API, which provides an interface that allows you to program bots for Discord messaging services.
client.on('message', message => { if (message.content === `L!hug`) { if (!message.mentions.users.size) { return message.reply('you need …
bots discord discord.js mentionI would like my discord bot to send an image (from a url), but have the url be hidden from …
javascript bots chatbot discord discord.ioHow, 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 dmI 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.netI have a discord bot, and I was just wondering: how do I find out how many guilds the bot …
node.js discord discord.jsI am using Python with discord.py. Documentation here I've got a bot that is running on a Discord server …
python bots discordI am looking to embed the following: Using the Discord API. I have looked and the only resources I can …
c# embed discord discord.netI'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.ioI am trying to make a link like [this](https://stackoverflow.com/), but I can't seem to find any answers …
node.js discord discord.jsI'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