Top "Discord.py" questions

Python 3.5.3+ library for interfacing with the official Discord API.

How to join a server?

I'm trying to setup a discord bot with python. I have a pre-existing discord server that I would like the …

python discord discord.py
Python [Invalid syntax] with async def

I am trying write discord bots using Python, I have come across and threw together this bot. import discord import …

python syntax async-await discord discord.py
How do I mention a user using user's id in discord.py?

I'm trying to code a simple bot using discord.py so i started with the fun commands like just to …

python discord.py
How can I send an embed via my Discord bot, w/python?

I've been working a new Discord bot. I've learnt a few stuff,and, now, I'd like to make the things …

python embed discord discord.py
Discord.py | add role to someone

I have trouble with making an "add role" command in discord.py. I don't know what is wrong; it just …

python discord.py
I want to let my discord bot send images/gifs

I've been desperately looking for answers but I can never find anything that helps! I've been trying every bit of …

python bots discord discord.py
How can I count time in Python 3?

I want a code that shows the complet time someone has been in a voicechannel but I dont know how …

python python-3.x discord discord.py
Python - DM a User Discord Bot

I'm working on a User Discord Bot in Python .If the bot owner types !DM @user then the bot will …

python discord bots discord.py dm
How do I make a list of all members in a discord server using discord.py?

Hi guys I am writing a discord bot and I came across this error when trying to pull all the …

python server discord discord.py
AttributeError: 'Client' object has no attribute 'send_message' (Discord Bot)

For some reason send_message isn't working properly on my Discord bot and I can't find anyway to fix it. …

python python-3.x discord discord.py