| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
***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
|
| | |/ / / / |
|
| | |\ \ \ \
| | |_|_|/
| |/| | | |
Eval returns complete traceback. Also doesn't break on comments.
|
| | | |\ \ \
| | |/ / /
| |/| | | |
|
| | |\ \ \ \
| | |_|_|/
| |/| | | |
Redirect output of help command to bot-commands for regular users
|
| | | |\ \ \
| | |/ / /
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | | |
A talent pool for potential helpers
|
| | | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
Update CONTRIBUTING.md
|
| | | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | |\ \ \ \ \ |
|
| | | | | | | | | |
|
| | | |\ \ \ \ \ \ |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Markdown is made for humans to read and only coincidentally for computers to render. If it's supposed to be an unordered list, use - or *. If it's supposed to be ordered, enumerate it.
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
and to prevent dizziness
Co-Authored-By: sco1 <[email protected]>
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add guidance on commit scope & frequency
Add guidance on commit messages
Beat people over the head with flake8 & precommit hooks
Add logging level definition
Remove the random linebreaks
Minor wordsmithing, formatting changes
|
| | | | | | |\ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| | |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
Add infraction hierarchy check
|
| | | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | | |\ \ \ \ \ \ \ |
|
| | | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ \
| | | | |_|/ / / / /
| | | |/| | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Per #134, only implement for all variations of the ban & kick infractions
Update helper method inputs to facilitate a generic logging & context message
|
| | | | | | | | | | | |
|
| | | | | | | | |\ \ \
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|