aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add redis reschedulingGravatar Harbys2021-02-10-5/+32
|
* fix default durationGravatar Harbys2021-02-08-2/+6
|
* Merge remote-tracking branch 'origin/master'Gravatar Harbys2021-02-08-2/+2
|\
| * change for style guidelines by @MarkKozGravatar Harbys2021-02-08-2/+2
| | | | | | Co-authored-by: Mark <[email protected]>
* | Merge remote-tracking branch 'origin/master'Gravatar Harbys2021-02-03-1/+1
|\|
| * add space for readablilityGravatar Harbys2021-02-03-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
* | remove unused testsGravatar Harbys2021-02-03-6/+1
| |
* | remove constants that were used onceGravatar Harbys2021-02-03-6/+2
|/
* remove unused constants by @MarkKozGravatar Harbys2021-02-03-2/+0
| | | Co-authored-by: Mark <[email protected]>
* Add a newline for readability. by @MarkKozGravatar Harbys2021-02-03-0/+1
| | | Co-authored-by: Mark <[email protected]>
* move default duration for stream command to configGravatar Harbys2021-01-10-2/+13
|
* add 30 minute default for stream commandGravatar Harbys2021-01-10-1/+3
|
* indent fixGravatar Harbys2021-01-10-1/+1
|
* fix flake8 and line endingsGravatar Harbys2020-11-27-2/+3
|
* move to SchedulerGravatar Harbys2020-11-27-185/+72
|
* add success message after revokestream commandGravatar Harbys2020-11-27-0/+1
|
* fixing punctuation and adding Emojis to messagesGravatar Harbys2020-11-27-6/+7
|
* fixing required argumentsGravatar Harbys2020-11-27-8/+1
|
* removed share aliasGravatar Harbys2020-11-27-1/+1
|
* spelling fix from fetch_membr to fetch_memberGravatar Harbys2020-11-27-1/+1
|
* removing redundant descriptionsGravatar Harbys2020-11-25-6/+1
| | | Co-authored-by: Mark <[email protected]>
* removing redundant class namesGravatar Harbys2020-11-25-1/+1
| | | Co-authored-by: Mark <[email protected]>
* Merge branch 'master' into masterGravatar Harbys2020-11-25-83/+106
|\
| * Add Mark as a code owner of CI and Docker filesGravatar Mark2020-11-24-0/+5
| |
| * Specify code ownership for MarkGravatar MarkKoz2020-11-24-0/+19
| |
| * Update CODEOWNERSGravatar Dennis Pham2020-11-24-2/+2
| |
| * Update CODEOWNERSGravatar Joe Banks2020-11-24-1/+2
| |
| * Update CODEOWNERSGravatar Joe Banks2020-11-24-1/+1
| |
| * Open deployment.yaml from kubernetes repositoryGravatar Sebastiaan Zeeff2020-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 buildGravatar Sebastiaan Zeeff2020-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-fixGravatar Boris Muratov2020-11-21-49/+50
| |\ | | | | | | Modify `!superstar` to use `apply_infraction`.
| | * Empty commitGravatar mbaruh2020-11-21-0/+0
| | |
| | * Merge branch 'master' into superstar-fixGravatar Boris Muratov2020-11-21-1982/+3751
| | |\ | | |/ | |/|
| * | Merge pull request #1287 from python-discord/help-channel-msgGravatar Boris Muratov2020-11-21-10/+25
| |\ \ | | | | | | | | Updated available help channel embed
| | * \ Merge branch 'master' into help-channel-msgGravatar Boris Muratov2020-11-21-371/+514
| | |\ \ | | |/ / | |/| |
| | * | Remove duplicate checkmarkGravatar Gustav Odinger2020-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 messageGravatar Gustav Odinger2020-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 betterGravatar Gustav Odinger2020-11-17-1/+1
| | | | | | | | | | | | | | | | | | | | - This replaces "one" with "any" - This is supposed to read better
| | * | Use author as the title of the embedGravatar Gustav Odinger2020-11-17-1/+1
| | | | | | | | | | | | | | | | - Allows the icon to be centered
| | * | Add green-checkmark to bot constantsGravatar Gustav Odinger2020-11-17-0/+4
| | | |
| | * | Update help channel available messageGravatar Gustav Odinger2020-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 constantsGravatar Gustav Odinger2020-11-16-0/+2
| | | | | | | | | | | | | | | | - The color is used in the new help channel embed
| | | * Make `additional_info` non-optional.Gravatar kosayoda2020-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.Gravatar kosayoda2020-10-08-4/+1
| | | |
| | | * Resolve logic error with reason override.Gravatar kosayoda2020-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`.Gravatar kosayoda2020-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 compliantGravatar Harbys2020-11-24-29/+22
| | | |
* | | | Add more tests and some commentsGravatar Harbys2020-11-24-3/+43
| | | |
* | | | Add 2 first unit tests for Stream cogGravatar Harbys2020-11-24-0/+45
| | | |
* | | | Add additional year aliasGravatar Harbys2020-11-24-1/+1
| | | |