aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | | | Add filter for pixels API tokensGravatar Chris2021-05-24-0/+108
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #1612 from python-discord/higher-duck-limitGravatar Boris Muratov2021-05-24-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Up duck pond threshold to 7
| * | | | | | | | | | | | | | | | | Up duck pond threshold to 7Gravatar Gustav Odinger2021-05-24-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes duck pond entries less common, by requiring more ducks for a message to be ducked
* | | | | | | | | | | | | | | | | Merge pull request #1610 from python-discord/fix/float-tag-typoGravatar ChrisJL2021-05-23-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the extra 'as' in the floats tag
| * | | | | | | | | | | | | | | | | fix: Remove the extra 'as' in floats.mdGravatar ToxicKidz2021-05-23-1/+1
|/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Remove `claim_minutes` constant.Gravatar swfarnsworth2021-05-21-1/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'main' of https://github.com/python-discord/bot into ↵Gravatar swfarnsworth2021-05-21-1108/+2045
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/one_help_channel
* | | | | | | | | | | | | | | | | Merge pull request #1607 from python-discord/vcokltfre/chore/modmail-tag-updateGravatar ChrisJL2021-05-21-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | chore: use new moderators role in modmail tag
| * | | | | | | | | | | | | | | | chore: use new moderators roleGravatar vcokltfre2021-05-21-1/+1
|/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Remove the `claim_minutes` configuration.Gravatar swfarnsworth2021-05-21-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is essentially no cooldown as the "help cooldown" role is now always applied when one has an open help channel.
| * | | | | | | | | | | | | | | Delete `_cooldown.py`, which is no longer needed.Gravatar swfarnsworth2021-05-21-95/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Cooldown role only removed when help channel closes, removing a true cooldown.Gravatar swfarnsworth2021-05-13-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implicitly creates a one channel per user rule.
| | * | | | | | | | | | | | | | Cleanup styles in infraction reschedulerGravatar Bast2021-05-22-6/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix infraction rescheduler breaking with more than 100 in flight reactionsGravatar Bast2021-05-22-4/+25
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to only fetch infractions to reschedule by filtering by type and permanent status. We don't reschedule permanents as they will never be automatically expired, so they're a waste and clog to filter out manually. There is a PR for `site` to add the requisite filters (`types` and `permanent`). We also only reschedule the soonest-expiring infractions, waiting until we've processed all of them before fetching the next batch by ordering them by expiration time.
| | * | | | | | | | | | | | | Update _ping_newcomer() func docstring.Gravatar RohanJnr2021-05-18-2/+4
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Let on_message event handler delete bot voice pings.Gravatar RohanJnr2021-05-18-3/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'main' of https://github.com/python-discord/bot into voice_ver_dmGravatar RohanJnr2021-05-18-4/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Remove redundant f-string.Gravatar rohan2021-05-17-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'voice_ver_dm' of https://github.com/RohanJnr/bot into voice_ver_dmGravatar rohan2021-05-17-1104/+1814
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into voice_ver_dmGravatar ChrisJL2021-05-16-1104/+1814
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | handle closed DMs during execution of voiceverify command.Gravatar rohan2021-05-17-2/+7
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Update documentation.Gravatar rohan2021-05-15-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove debug values.Gravatar rohan2021-05-15-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Prioratize DM over channel message for voice verification ping.Gravatar rohan2021-05-15-9/+20
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | chore: Change the `Code Jam Team Leader` role's nameGravatar ToxicKidz2021-07-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]>
| | | | * | | | | | | | | | | | chore: Remove the moderators role from the team channels' overwritesGravatar ToxicKidz2021-07-05-1/+0
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | chore: Update tests for the new codejam create commandGravatar ToxicKidz2021-07-05-68/+92
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | chore: Add the codejam create commandGravatar ToxicKidz2021-07-05-71/+111
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This command takes a CSV file or a link to one. This CSV file has three rows: 'Team Name', 'Team Member Discord ID', and 'Team Leader'. The Team Name will be the name of the team's channel, the Member ID tells which user belongs to this team, and leam leader, which is either Y/N, tells if this user is the team leader. It will create text channels for each team and make a team leaders chat channel as well. It will ping the Events Lead role with updates for this command.
* | | | | | | | | | | | | | | Merge pull request #1593 from python-discord/flake-8-isn't-a-taskGravatar Hassan Abouelela2021-05-17-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pre-commit, since flake8 isn't a task
| * | | | | | | | | | | | | | | Fix pre-commit, since flake8 isn't a taskGravatar Chris2021-05-17-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1558 from doublevcodes/mainGravatar ChrisJL2021-05-16-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added blocking tag
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainGravatar ChrisJL2021-05-16-1549/+2249
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1590 from python-discord/incident-emojisGravatar ChrisJL2021-05-16-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | Constants: use in-server emojis for incident
| * | | | | | | | | | | | | | | Constants: use in-server emojis for incidentGravatar Matteo Bertucci2021-05-16-3/+3
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation
* | | | | | | | | | | | | | | Merge pull request #1549 from python-discord/nomination-archive-automationGravatar ChrisJL2021-05-16-20/+164
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nomination archive automation
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into nomination-archive-automationGravatar ChrisJL2021-05-16-1537/+2963
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1589 from python-discord/fix-dockerfileGravatar ChrisJL2021-05-16-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hotfix: Fixes Dependency Install Flag In Dockerfile
| * | | | | | | | | | | | | | | | Fixes Dependency Install Flag In DockerfileGravatar Hassan Abouelela2021-05-16-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | | | | | | | | | | | | | | | Merge pull request #1582 from python-discord/39-poetryGravatar Hassan Abouelela2021-05-16-1084/+1650
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | Upgrade To 3.9 and Poetry
| * | | | | | | | | | | | | | | Merge branch 'main' into 39-poetryGravatar Hassan Abouelela2021-05-16-1/+200
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1573 from python-discord/extract-metabase-dataGravatar Joe Banks2021-05-13-0/+198
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Delete reddit cog constantsGravatar Chris2021-05-13-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were added back accidentaly as part of a merge conflict.
| * | | | | | | | | | | | | | | | Merge branch 'main' into extract-metabase-dataGravatar Joe Banks2021-05-13-2/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1584 from Numerlor/docker-overrideGravatar Dennis Pham2021-05-12-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Add docker-compose.override.yml to gitignore
| * | | | | | | | | | | | | | | | Merge branch 'main' into docker-overrideGravatar Dennis Pham2021-05-12-2/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Updates YTDL Tag (#1583)Gravatar Hassan Abouelela2021-05-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates YTDL Tag Updates the tag to include similar tools, and adds an open-ended descriptor. Co-authored-by: ChrisJL <[email protected]>
| * | | | | | | | | | | | | | | | Add docker-compose.override.yml to gitignoreGravatar Numerlor2021-05-12-0/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'main' into extract-metabase-dataGravatar ChrisJL2021-05-09-381/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Move a long comment in Metabse cog into the func doc stringGravatar Chris2021-05-09-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| | * | | | | | | | | | | | | | | Type hint the Metabase cog!Gravatar Chris2021-05-09-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>