| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add redis rescheduling | 2021-02-10 | -5/+32 | |
| | | ||||
| * | fix default duration | 2021-02-08 | -2/+6 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2021-02-08 | -2/+2 | |
| |\ | ||||
| | * | change for style guidelines by @MarkKoz | 2021-02-08 | -2/+2 | |
| | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| * | | Merge remote-tracking branch 'origin/master' | 2021-02-03 | -1/+1 | |
| |\| | ||||
| | * | add space for readablility | 2021-02-03 | -1/+1 | |
| | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| * | | remove unused tests | 2021-02-03 | -6/+1 | |
| | | | ||||
| * | | remove constants that were used once | 2021-02-03 | -6/+2 | |
| |/ | ||||
| * | remove unused constants by @MarkKoz | 2021-02-03 | -2/+0 | |
| | | | | Co-authored-by: Mark <[email protected]> | |||
| * | Add a newline for readability. by @MarkKoz | 2021-02-03 | -0/+1 | |
| | | | | Co-authored-by: Mark <[email protected]> | |||
| * | move default duration for stream command to config | 2021-01-10 | -2/+13 | |
| | | ||||
| * | add 30 minute default for stream command | 2021-01-10 | -1/+3 | |
| | | ||||
| * | indent fix | 2021-01-10 | -1/+1 | |
| | | ||||
| * | fix flake8 and line endings | 2020-11-27 | -2/+3 | |
| | | ||||
| * | move to Scheduler | 2020-11-27 | -185/+72 | |
| | | ||||
| * | add success message after revokestream command | 2020-11-27 | -0/+1 | |
| | | ||||
| * | fixing punctuation and adding Emojis to messages | 2020-11-27 | -6/+7 | |
| | | ||||
| * | fixing required arguments | 2020-11-27 | -8/+1 | |
| | | ||||
| * | removed share alias | 2020-11-27 | -1/+1 | |
| | | ||||
| * | spelling fix from fetch_membr to fetch_member | 2020-11-27 | -1/+1 | |
| | | ||||
| * | removing redundant descriptions | 2020-11-25 | -6/+1 | |
| | | | | Co-authored-by: Mark <[email protected]> | |||
| * | removing redundant class names | 2020-11-25 | -1/+1 | |
| | | | | Co-authored-by: Mark <[email protected]> | |||
| * | Merge branch 'master' into master | 2020-11-25 | -83/+106 | |
| |\ | ||||
| | * | Add Mark as a code owner of CI and Docker files | 2020-11-24 | -0/+5 | |
| | | | ||||
| | * | Specify code ownership for Mark | 2020-11-24 | -0/+19 | |
| | | | ||||
| | * | Update CODEOWNERS | 2020-11-24 | -2/+2 | |
| | | | ||||
| | * | Update CODEOWNERS | 2020-11-24 | -1/+2 | |
| | | | ||||
| | * | Update CODEOWNERS | 2020-11-24 | -1/+1 | |
| | | | ||||
| | * | Open deployment.yaml from kubernetes repository | 2020-11-23 | -22/+4 | |
| | | | | | | | | | | | | | | | | | We will now use the deployment information located in the private python-discord/kubernetes repository. The workflow will use a GitHub Personal Access Token to access this private repository. Signed-off-by: Sebastiaan Zeeff <[email protected]> | |||
| | * | Narrow down repository events that trigger a build | 2020-11-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | I've narrowed down repository events that trigger a Build to the "push" event specifically. This means that we never build for a "pull request" trigger, even if the source branch is called "master". Signed-off-by: Sebastiaan Zeeff <[email protected]> | |||
| | * | Merge pull request #1204 from python-discord/superstar-fix | 2020-11-21 | -49/+50 | |
| | |\ | | | | | | | Modify `!superstar` to use `apply_infraction`. | |||
| | | * | Empty commit | 2020-11-21 | -0/+0 | |
| | | | | ||||
| | | * | Merge branch 'master' into superstar-fix | 2020-11-21 | -1982/+3751 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #1287 from python-discord/help-channel-msg | 2020-11-21 | -10/+25 | |
| | |\ \ | | | | | | | | | Updated available help channel embed | |||
| | | * \ | Merge branch 'master' into help-channel-msg | 2020-11-21 | -371/+514 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | | * | | Remove duplicate checkmark | 2020-11-21 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - This removes a duplicate checkmark from the title of the embed - The checkmark was left from the previous title system and wasn't removed in the change | |||
| | | * | | Update available help channel embed message | 2020-11-21 | -1/+1 | |
| | | | | | | | | | | | | | | | | | - This changes "we'll try to help you" to say "others will try to help you" - Clarifies that the rest of the community is going to help — not some dedicated help/staff team | |||
| | | * | | Update available message to sound better | 2020-11-17 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | - This replaces "one" with "any" - This is supposed to read better | |||
| | | * | | Use author as the title of the embed | 2020-11-17 | -1/+1 | |
| | | | | | | | | | | | | | | | | | - Allows the icon to be centered | |||
| | | * | | Add green-checkmark to bot constants | 2020-11-17 | -0/+4 | |
| | | | | | ||||
| | | * | | Update help channel available message | 2020-11-16 | -10/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Adds a footer and title - Uses a green colored embed - Updates message to be easier to read and contain practical info for asking better questions | |||
| | | * | | Add bright green color to constants | 2020-11-16 | -0/+2 | |
| | | | | | | | | | | | | | | | | | - The color is used in the new help channel embed | |||
| | | | * | Make `additional_info` non-optional. | 2020-10-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | The `Optional` typehint suggests allowing None as a value, which does not make sense as a message in the logs. | |||
| | | | * | Improve default argument. | 2020-10-08 | -4/+1 | |
| | | | | | ||||
| | | | * | Resolve logic error with reason override. | 2020-10-08 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason override for the user message should be set to the infraction reason *if* the override is None, not if it isn't. The parameter is also renamed to `user_reason` for better clarity. | |||
| | | | * | Modify `!superstar` to use `apply_infraction`. | 2020-10-01 | -49/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using `apply_infraction` from `InfractionScheduler` rather than doing it manually allows us to handle HTTP errors while reducing code duplication. Specifically, discord.Forbidden is handled when the bot tries to superstar someone they do not have permissions to. Resolves BOT-5Q. | |||
| * | | | | fixing code to be flake8 compliant | 2020-11-24 | -29/+22 | |
| | | | | | ||||
| * | | | | Add more tests and some comments | 2020-11-24 | -3/+43 | |
| | | | | | ||||
| * | | | | Add 2 first unit tests for Stream cog | 2020-11-24 | -0/+45 | |
| | | | | | ||||
| * | | | | Add additional year alias | 2020-11-24 | -1/+1 | |
| | | | | | ||||
