-
Updated
Jul 9, 2022 - Python
discord-py
Here are 3,292 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 9, 2022 - Python
Summary
creating or updating flags with both an alias and its actual flag provided has undefined behavior
Reproduction Steps
Provide both an alias and a default value in flag creation.
Minimal Reproducible Code
>>> from disnake import Permissions
>>> Permissions(view_channel=False, read_messages=True).value
1024
>>> Permissions(view_channel=True, read_messages=False).-
Updated
Jun 19, 2022 - Python
-
Updated
Mar 23, 2022 - Python
I got all requirements and followed all the steps, but when I opened rtb.py, nothing happens! it says
Unable to read Config file.
Importing necessary modules and checking installations.
RTBFiles directory not found.
downloading config,json
and then, nothing happens. can someone help?


Summary
Put events in sub-categories in the event-reference in
api.htmlWhat is the feature request for?
The documentation
The Problem
It's kind of hard not knowing which events fall in which categories, I feel it would be easier if they were in sub-categories.
The Ideal Solution
Make subcategories for each type of events like
Roles,Messages, etcLi