-
Exactly like: https://discordpy.readthedocs.io/en/async/api.html#discord.Client.create_invite
-
**About**
My python bot was working normal, until i switched to PyCharm IDE and it messed with something that will make the bot to not start. I tried reinstalling python, discordpy but nothing works!…
-
- [x] Component
- [x] Tests
- [x] Docs
Nekmo updated
6 years ago
-
New in Python 3.7:
```
Backwards incompatible syntax changes:
async and await are now reserved keywords.
```
Due to this, the code in compat.py
```
except AttributeError:
create_task …
-
Reported on Discord by bakert#2193
-
Hi i was wondering how i get a user to give them selves a role buy typing .(role) i cant seem to figure it out can someone help me. im using @bot.command
-
http://discordpy.readthedocs.io/en/latest/api.html#user should contain a variable entry for User.roles
![image](https://user-images.githubusercontent.com/5826345/43492189-b61f1456-94dc-11e8-8315-a1…
-
```
Traceback (most recent call last):
File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 72, in handle_command
await method(Commands, client=client, channel=message.ch…
-
```
Traceback (most recent call last):
File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 72, in handle_command
await method(Commands, client=client, channel=message.ch…
-
VersionInfo(major=0, minor=16, micro=11, releaselevel='final', serial=0)
import discord
client = discord.Client
async def on_ready():
print(client.servers)
print('------')
this cause…