|  | Commit message (Collapse) | Author | Age | Lines | 
|---|
| ... |  | 
| | | |\ \ \  
| | |/ / /  
| |/| | | |  | 
| | | | | | 
| | | | | 
| | | | | | Adding gentoo, adafruit and kennethreitz.org to the whitelist. | 
| | | | | | |  | 
| | |/ / /  
| | | |   
| | | | | I find myself writing !exception by mistake too often and just figured i'd see if others would want this alias in. | 
| | |\ \ \  
| | |_|/  
| |/| | | Have invite filter send guild info with mod-alert. | 
| | | |\ \  
| | |/ /  
| |/| | |  | 
| | |\ \ \  
| | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | | Redirect newline antispam log message, add consecutive newline check
Co-authored-by:  <[email protected]>
Co-authored-by: Chris Goes <[email protected]> | 
| | | |\ \ \  
| | |/ / /  
| |/| | | |  | 
| | |\ \ \ \  
| | | | | | 
| | | | | | | testing azure | 
| | | |\ \ \ \  
| | |/ / / /  
| |/| | | | |  | 
| | |\ \ \ \ \  
| | | | | | | 
| | | | | | | | added another bot reply - testing azure pipelines | 
| | | | | | | | |  | 
| | |/ / / / / |  | 
| | | | | | | |  | 
| | |/ / / / |  | 
| | |\ \ \ \  
| | | | | | 
| | | | | | | Superstarify cleanup as per issue #288 , no changes to the command. | 
| | | |\ \ \ \  
| | |/ / / /  
| |/| | | | |  | 
| | | |\ \ \ \ |  | 
| | | | | | | | |  | 
| | | | | | | | 
| | | | | | | 
| | | | | | | 
| | | | | | | | bot/resources/stars.json, all stars are stored in a name: url key-value pair.  No changes to the starify command has been made.  This commit simply adds the filtered json file | 
| | | | | |\ \ \ |  | 
| | | | | |\ \ \ \ |  | 
| | | | | |\ \ \ \ \ |  | 
| | | | | | | | | | | |  | 
| | | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | 
| | | | | | | | | | | Add consecutive newline threshold to configuration
Send newline antispam violations to logs API rather than the modlog
embed in order to keep excessive logs out of the log channel while
still retaining context on what was filtered. | 
| | | | | | | | | | | |  | 
| | | |_|_|_|_|_|/ /  
| |/| | | | | | | |  | 
| | |\ \ \ \ \ \ \ \  
| | |_|/ / / / / /  
| |/| | | | | | | | Sending a stronger message to the user after removing token | 
| | | | | | | | | | |  | 
| | |/ / / / / / / |  | 
| | | | | | | | | |  | 
| | | | | | | | |\ |  | 
| | | | | | | | | | |  | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | | ***Again.*** | 
| | | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | 
| | | | | | | | | | Also, accidentally changed the max-line-length in the linter to 100 so that I could properly lint my code without having Pycharm yell at me. Reverted that change, as the main repo still hasn't moved to that style yet. | 
| | | | | | | | |/ |  | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | | `rules` has been removed from `alias.py`, and the cog has been added to the list to be loaded. I remembered there being a Pathlib conglomeration that loaded each cog, but I might have been mistaken that from another project. Requested changes have been made. | 
| | | | | | | | | |  | 
| | | | | | | | | |  | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | | 
| | | | | | | | | Almost in hindsight, I almost forgot to remove this before creating the pull request.
*Yoink.* | 
| | | | | | | | | 
| | | | | | | | 
| | | | | | | | | Turns out I broke a few things after linting. Whoops. Fixed. | 
| | | |_|_|_|_|/  
| |/| | | | |   
| | | | | | |   
| | | | | | | | Adds a command that allows users and staff to pull specific rules from a command instead of getting a basic embed pointing to a website. That functionality still exists, though. | 
| | |\ \ \ \ \ \  
| | |/ / / / /  
| |/| | | | |   
| | | | | | |   
| | | | | | | | python-discord/redirect-decorator-handling-deleted-msgs
Suppressing NotFound exception when trying to delete messages | 
| | |/ / / / / |  | 
| | |\ \ \ \ \  
| | | | | | | 
| | | | | | | | Redirecting free command to bot-commands for regular users | 
| | |/ / / / /  
| | | | | |   
| | | | | |   
| | | | | | | in decorator log message; adding STAFF_ROLES constant | 
| | |\ \ \ \ \  
| | | | | | | 
| | | | | | | | Fixes hierarchy check when target not a server member. | 
| | |/ / / / /  
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | |   
| | | | | | | - Defines the Union type of `discord.Member`, `discord.User` and the custom `proxy_user` function for cleaner converters.
- Adds `isinstance` check for `target` to ensure it's a `discord.Member`. If it wasn't, it means the `Member` part of the Union converter failed so they're definitely not in the guild, so no need to check hierarchy; returns True when they're not a Member.
- Removes now unnecessary `get_member`.
- Adds missing punctuation and param docs to `respect_role_hierarchy` method docstring. | 
| | | |_|_|/  
| |/| | | |  | 
| | |\ \ \ \  
| | | | | | 
| | | | | | | Hiding 'hidden infractions' from regular users user information embed |