-
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?
![image](https://user-images.githubusercontent.com/68292297/90455230-91f1aa00-e0c3-11ea-875c-c017bc872e6c.pn
-
Updated
Jul 1, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Jun 10, 2022 - Python
-
Updated
Jul 27, 2018 - Python
-
Updated
Jul 8, 2022 - Python
safe search
add safe search when searching the queries, just to be extra safe it doesn't play or show nsfw stuff inside sfw channels.
-
Updated
Jun 24, 2022 - Python
-
Updated
Nov 10, 2021 - Python
-
Updated
Sep 7, 2021 - Python
-
Updated
Dec 26, 2021 - Python
-
Updated
Jun 7, 2022 - Python
-
Updated
Jun 20, 2021 - Jupyter Notebook
Guild Features
More guild features
Here what I have in my mind since a few minutes.
Guild Tokens
Can only be gained by winning official hosted guild wars.
For what can I use the "guild tokens"?
The guild tokens can be spent on the guild store, for example:
$guild store to open the guild store.
Store examples:
Guild boost - Gives all members in the next guild war an boost of
-
Updated
Jul 6, 2022 - Python
-
Updated
Feb 1, 2022 - Python
-
Updated
Jun 7, 2022 - Python
Improve this page
Add a description, image, and links to the discord-py topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the discord-py topic, visit your repo's landing page and select "manage topics."
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