Top "Discord.py-rewrite" questions

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

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
Discord.py Glitch or random error: TypeError: __new__() got an unexpected keyword argument 'deny_new'

Yesterday, my code was perfectly fine. Everything was running... and it was going great. All of a sudden, this error: …

python python-3.x discord discord.py discord.py-rewrite
Get a Discord Role by Id

I'm making a Discord bot but just ran into a problem. I want to modify a role. A specific role. …

python discord discord.py discord.py-rewrite
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
Why does on_message stop commands from working?

Basically, everything appears to work fine and start up, but for some reason I can't call any of the commands. …

python python-3.x discord discord.py discord.py-rewrite
How to make a Discord Bot play YouTube Audio

I'm a high school student making a Discord bot as a final project, and I'm having issues finding a working …

python discord.py-rewrite
Discord.py-rewrite wait_for() how do i use?

I can not really use wait_if () the way I want it, can anyone explain how to use wait_for (…

python discord.py discord.py-rewrite
How can I run an async function using the schedule library?

I'm writing a discord bot using discord.py rewrite, and I want to run a function every day at a …

python python-3.x async-await schedule discord.py-rewrite
Discord.py - SyntaxError f-string: empty expression not allowed

I'm getting a SyntaxError: f-string: empty expression not allowed I'm not sure (at all) what this means I've tried moving …

python python-3.x discord.py-rewrite