Top "Discord" questions

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

how to change discord.py bot activity

it may hard to me, but i believe on stackoverflow power, I want to change the bot status from playing …

python bots discord discord.py
How to detect if the author of a message was a Discord bot?

The title explains my question. This question might sound stupid, but how do I detect if the author of a …

node.js bots discord discord.js
Discord.js - Cooldown for a command for each user not all users

I am developing a discord.js bot and I want to make a cooldown for a command. I saw a …

javascript node.js discord discord.js
How to install discord.py rewrite?

I ran python3 -m pip install -U discord.py but it only installed discord.py v0.16.x. How do I …

python anaconda discord discord.py discord.py-rewrite
Latency command in Discord.py

I've looked in a lot of places and I can't find a way to make a ping (latency) command using …

python discord discord.py
Discord Bot Role Mentioning

I am making simple Discord bot for my server, because part of one bot doesn't work. But, that bot needs …

python discord discord.py
How to stop the error 'read ECONNRESET' from happening

I've made a lot of bots, hosted some on my personal laptop, and some on Heroku, but in both, I …

javascript node.js discord discord.js
TypeError: Object of type TextIOWrapper is not JSON serializable

If the code was to work properly then whenever someone types something in the chat they get 5 experience and that …

python json discord discord.py python-3.7
Collecting users who reacted to a message using discord.js

I'm trying to collect all users that have reacted to certain message. My code client.on('messageReactionAdd', (reaction, user) => { …

javascript node.js discord discord.js
How do I get a bot to mention a channel?

I am making a welcome message but I can’t seem to make it say the rule channel. I want …

javascript node.js discord discord.js