-
Updated
Apr 6, 2022 - Python
python39
Here are 237 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Apr 9, 2022 - Python
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining
-
Updated
Apr 2, 2022 - Python
Description
When no input is used in the command, the embed sent should have the url to the website.
Reasoning
Currently a blank .realpython command raises an error, but it could be helpful to have a link to the Real Python homepage instead.
Proposed Implementation
<!
if you're interested in taking this on, more info can be found at osuAkatsuki/bancho.py#170
https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
All of these methods should return a pincer.objects.message.File object. The File object will have to have a to_pillow_image function. Handling images like this will make it easy to add support for more image libraries in the future.
-
Updated
Mar 27, 2022 - Python
-
Updated
Nov 1, 2021 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 16, 2022 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Mar 9, 2022 - Python
The documentation could use more code examples of how to use the various features of mcpyrate. Each item should include the actual code example, an explanation of what is it for and what it does, and if applicable, the output printed by the example.
Particularly, the mcpyrate.debug.step_expansion macro would be nice to showcase in a more detailed manner.
But basically anything in the pub
-
Updated
Apr 6, 2022 - Python
-
Updated
Apr 2, 2022
-
Updated
Apr 6, 2022 - Python
-
Updated
Sep 6, 2021 - Dockerfile
-
Updated
Apr 9, 2022 - Shell
-
Updated
Mar 30, 2022 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
Feb 11, 2022 - Python
Improve this page
Add a description, image, and links to the python39 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python39 topic, visit your repo's landing page and select "manage topics."



The purpose of the mentions rule is to catch people spamming user mentions, but
message.mentionsshows the user being replied to, if the reply is pinging, which is out of scope for what the rule is trying to catch.The replies should be subtracted when counting the number of mentions, and messages with only a reply but no mentions should not be returned.