| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #306 from beardfist/some_branch | 2019-02-07 | -1/+2 | |
| |\ | | | | | testing azure | |||
| | * | Merge branch 'master' into some_branch | 2019-02-07 | -2/+3 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #305 from python-discord/bot_replies | 2019-02-07 | -3/+5 | |
| |\ \ | | | | | | | added another bot reply - testing azure pipelines | |||
| | * | | Tiny change to trigger build | 2019-02-07 | -0/+1 | |
| | | | | ||||
| | * | | added another bot reply - testing azure pipelines | 2019-02-07 | -3/+4 | |
| |/ / | ||||
| | * | triggering azure | 2019-02-07 | -0/+1 | |
| | | | ||||
| | * | testing azure | 2019-02-07 | -1/+2 | |
| |/ | ||||
| * | Merge pull request #295 from python-discord/superstarifyimprovements | 2019-02-07 | -0/+82 | |
| |\ | | | | | Superstarify cleanup as per issue #288 , no changes to the command. | |||
| | * | Merge branch 'master' into superstarifyimprovements | 2019-02-05 | -3/+3 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #302 from python-discord/stronger-token-removal-message | 2019-02-04 | -3/+3 | |
| |\ \ | | | | | | | Sending a stronger message to the user after removing token | |||
| | * | | Removing the 'more than likely' | 2019-02-04 | -1/+1 | |
| | | | | ||||
| | * | | Rewording token removal text to send a stronger message. | 2019-02-04 | -3/+3 | |
| |/ / | ||||
| | * | Merge branch 'master' into superstarifyimprovements | 2019-01-30 | -2/+10 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #296 from ↵ | 2019-01-30 | -2/+10 | |
| |\ \ | | | | | | | | | | | | | python-discord/redirect-decorator-handling-deleted-msgs Suppressing NotFound exception when trying to delete messages | |||
| | * | | Suppressing NotFound exception when trying to delete messages | 2019-01-30 | -2/+10 | |
| |/ / | ||||
| | * | Fixed a few urls pointing to wikipedie file instead of image url | 2019-01-30 | -2/+2 | |
| | | | ||||
| | * | Removed bands from starify list, converted it to a list in ↵ | 2019-01-30 | -0/+82 | |
| |/ | | | | 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 | |||
| * | Merge pull request #294 from python-discord/redirect-free-command | 2019-01-29 | -29/+11 | |
| |\ | | | | | Redirecting free command to bot-commands for regular users | |||
| | * | Redirecting free command to bot-commands for regular users; correcting typo ↵ | 2019-01-29 | -29/+11 | |
| |/ | | | | in decorator log message; adding STAFF_ROLES constant | |||
| * | Merge pull request #291 from python-discord/hierarchy_fix | 2019-01-26 | -23/+28 | |
| |\ | | | | | Fixes hierarchy check when target not a server member. | |||
| | * | Fixes hierarchy check when target not a server member. | 2019-01-26 | -23/+28 | |
| |/ | | | | | | | - 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. | |||
| * | Empty commit for redeploy | 2019-01-22 | -0/+1 | |
| | | ||||
| * | Merge pull request #286 from python-discord/user-command-hidden-infractions | 2019-01-19 | -1/+4 | |
| |\ | | | | | Hiding 'hidden infractions' from regular users user information embed | |||
| | * | Hiding 'hidden infractions' from regular users user information embed | 2019-01-19 | -1/+4 | |
| |/ | ||||
| * | Merge pull request #253 from FrenchMasterSword/master | 2019-01-20 | -10/+14 | |
| |\ | | | | | Eval returns complete traceback. Also doesn't break on comments. | |||
| | * | Merge branch 'master' into master | 2019-01-20 | -77/+284 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #284 from python-discord/redirect-help-botcommands | 2019-01-19 | -3/+54 | |
| |\ \ | | | | | | | Redirect output of help command to bot-commands for regular users | |||
| | * \ | Merge branch 'master' into redirect-help-botcommands | 2019-01-19 | -72/+228 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #276 from python-discord/helper-talent-pool | 2019-01-19 | -44/+134 | |
| |\ \ \ | | | | | | | | | A talent pool for potential helpers | |||
| | * \ \ | Merge branch 'master' into helper-talent-pool | 2019-01-19 | -28/+37 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #271 from python-discord/update-contrib-doc | 2019-01-19 | -28/+37 | |
| |\ \ \ \ | | | | | | | | | | | Update CONTRIBUTING.md | |||
| | * \ \ \ | Merge branch 'master' into update-contrib-doc | 2019-01-19 | -210/+394 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| | * | | | | Merge branch 'master' into update-contrib-doc | 2019-01-16 | -31/+45 | |
| | |\ \ \ \ | ||||
| | * | | | | | Add developer wiki links | 2019-01-16 | -0/+5 | |
| | | | | | | | ||||
| | * | | | | | Merge branch 'master' into update-contrib-doc | 2019-01-15 | -80/+398 | |
| | |\ \ \ \ \ | ||||
| | * | | | | | | Fix number duplication | 2019-01-14 | -2/+2 | |
| | | | | | | | | ||||
| | * | | | | | | Change enumeration increment | 2019-01-14 | -8/+8 | |
| | | | | | | | | ||||
| | * | | | | | | Change MR to PR, reorder log levels | 2019-01-13 | -4/+4 | |
| | | | | | | | | ||||
| | * | | | | | | Enumerate items | 2019-01-13 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| | * | | | | | | Clarify trace logging level as PyDis-implemented | 2019-01-12 | -1/+1 | |
| | | | | | | | | ||||
| | * | | | | | | Update sentence flow for clarity | 2019-01-12 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and to prevent dizziness Co-Authored-By: sco1 <[email protected]> | |||
| | * | | | | | | Proofreading pass on Contributor doc | 2019-01-11 | -12/+12 | |
| | | | | | | | | ||||
| | * | | | | | | Initial rework of Contributor guidelines (not yet proofread) | 2019-01-10 | -29/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| | | | | * | | | Merge branch 'master' into helper-talent-pool | 2019-01-19 | -0/+57 | |
| | | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | ||||
| * | | | | | | | Merge pull request #265 from python-discord/moderation-hierarchy-check | 2019-01-19 | -0/+57 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add infraction hierarchy check | |||
| | * \ \ \ \ \ \ | Merge branch 'master' into moderation-hierarchy-check | 2019-01-18 | -2/+2 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| | * | | | | | | | Merge branch 'master' into moderation-hierarchy-check | 2019-01-16 | -239/+380 | |
| | |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Simplify role check logic | 2019-01-16 | -9/+8 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Merge branch 'master' into moderation-hierarchy-check | 2019-01-15 | -95/+482 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||
| | * | | | | | | | | Change logging statement to use author instead of username | 2019-01-09 | -2/+2 | |
| | | | | | | | | | | ||||