Top "Discord" questions

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

C# Discord Bot - Upload Local Image

I created this bot using C# to help my alliance out in a phone game. We are using discord to …

c# discord discord.net
Discord: how to catch direct message from user to bot?

I am creating own bot for Discrod server. So far I have managed to give it commands like "!roll" into …

c# bots discord discord.net
How to detect if a message is edited?

I am intending for my bot to allow only "ew" to be sent in chat. I have resolved majority of …

node.js bots discord discord.js
How to make a command case insensitive in discord.py

How would one make a command case-insensitive without adding many aliases for different capitalizations like this: @bot.command(pass_context = …

python python-3.x discord discord.py
I want to make interval message discord bot

I want to make that discord bot will send message interval for ex. in 10 minutes but it throws error! Please …

node.js discord discord.js commando
Getting Member of a discord server given server id

I want to create a script that given a server id, it should return all the member of that discord …

python discord discord.py
Is there a way to make my discord bot disconnect from the voice channel after finishing playing a song?

I was wondering if there was a way to make my discord bot leave the voice channel after playing the …

python discord python-asyncio pafy
What it really is @client.event? discord.py

A few days ago I became interested in programming discord bots a bit. In the syntax of these programs I …

python python-3.x python-asyncio discord discord.py
Improper token passed

I'm following a basic tutorial for a python discord bot on youtube and my code is underneath. it says an …

python token discord discord.py