| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | Utils: fix indentation | 2021-05-15 | -4/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: fix formatting issue | 2021-05-10 | -2/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Duckpond: make use of count_unique_users_reaction | 2021-05-09 | -21/+25 | ||
| | | | | | | | | |||||
| | | * | | | | | Nominations: promote the mention regex to a constant | 2021-05-09 | -1/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: simplify history loop | 2021-05-09 | -5/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: mbaruh <[email protected]> | ||||
| | | * | | | | | Nominations: send many archive messages if the nomination is too long | 2021-04-24 | -6/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: properly handle multi messages nominations | 2021-04-24 | -9/+27 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: pin nomination announcements | 2021-04-24 | -4/+23 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: ping the whole team | 2021-04-23 | -1/+1 | ||
| | | | | | | | | |||||
| | | * | | | | | Nominations: automate post archiving | 2021-04-23 | -4/+94 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new reaction handler to the talentpool cog to automatically unpin and archive mesage in #nomination-voting | ||||
| | | | | | * | | handle closed DMs during execution of voiceverify command. | 2021-05-17 | -2/+7 | ||
| | | | | | |/ | |||||
| | | | | | * | Update documentation. | 2021-05-15 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Remove debug values. | 2021-05-15 | -1/+1 | ||
| | | | | | | | |||||
| | | | | | * | Prioratize DM over channel message for voice verification ping. | 2021-05-15 | -9/+20 | ||
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #1573 from python-discord/extract-metabase-data | 2021-05-13 | -0/+198 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Delete reddit cog constants | 2021-05-13 | -15/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | These were added back accidentaly as part of a merge conflict. | ||||
| | * | | | | | Merge branch 'main' into extract-metabase-data | 2021-05-13 | -2/+26 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1584 from Numerlor/docker-override | 2021-05-12 | -0/+1 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add docker-compose.override.yml to gitignore | ||||
| | * | | | | | Merge branch 'main' into docker-override | 2021-05-12 | -2/+25 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Updates YTDL Tag (#1583) | 2021-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]> | ||||
| * | | | | | Merge pull request #1577 from python-discord/snippet-add-two-dots-support | 2021-05-10 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Code snippet: support the two dots syntax | ||||
| | * \ \ \ \ | Merge branch 'main' into snippet-add-two-dots-support | 2021-05-10 | -0/+23 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1579 from python-discord/vcokltfre/tag/dotenv | 2021-05-10 | -0/+23 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | feat: add dotenv tag | ||||
| | * | | | | | | chore: add pypi link for python-dotenv | 2021-05-10 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | feat: add dotenv tag | 2021-05-10 | -0/+23 | ||
| |/ / / / / / | |||||
| | * / / / / | Code snippet: support the two dots syntax | 2021-05-10 | -1/+1 | ||
| |/ / / / / | | | | | | | | | | | Lines can be highlighted in GitHub using the `L00..L42` syntax, currently not supported by the regex. This commits adds it. | ||||
| | * / / / | Add docker-compose.override.yml to gitignore | 2021-05-12 | -0/+1 | ||
| |/ / / / | |||||
| | * | | | Merge branch 'main' into extract-metabase-data | 2021-05-09 | -381/+16 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1542 from RohanJnr/annihilate_reddit | 2021-05-09 | -393/+0 | ||
| |\ \ \ \ | | | | | | | | | | | Annihilate reddit cog | ||||
| | * \ \ \ | Merge branch 'main' into annihilate_reddit | 2021-05-09 | -3/+12 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1574 from python-discord/ping-bugs | 2021-05-09 | -3/+12 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Fix Ping Bugs On Localhost | ||||
| | * | | | | | Adds Warning For Permission Error In Ping | 2021-05-09 | -2/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly affects linux machines not running as root. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | Adds Warning For Desynced Clock In Ping Command | 2021-05-09 | -1/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | Fixes Site Ping On Localhost | 2021-05-09 | -1/+3 | ||
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves parsing of site URL, so the ping command works locally and in prod. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | Remove test for un-available function. | 2021-05-10 | -13/+0 | ||
| | | | | | | |||||
| | * | | | | Make linter happy for life. | 2021-05-10 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Merge main and resolve conflicts. | 2021-05-10 | -72/+1235 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Remove unused function. | 2021-05-10 | -16/+0 | ||
| | | | | | | |||||
| | * | | | | Remove unused redddit emojis. | 2021-05-04 | -9/+0 | ||
| | | | | | | |||||
| | * | | | | Remove reddit references. | 2021-04-28 | -47/+1 | ||
| | | | | | | |||||
| | * | | | | Delete reddit cog. | 2021-04-20 | -308/+0 | ||
| | | | | | | |||||
| | | * | | | Move a long comment in Metabse cog into the func doc string | 2021-05-09 | -5/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
| | | * | | | Type hint the Metabase cog! | 2021-05-09 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]> | ||||
| | | * | | | Revert changes to int e | 2021-05-09 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts the changes to int e, by giving the invoker instructions on how to access the export via int e. This means the metabase exports are not inserted to every int e envrionment. I have also added a seperate message in this commit to handle when the paste service is offline. | ||||
| | | * | | | Pass raise_for_status as a kwarg for better readibility | 2021-05-09 | -28/+26 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | This means the handling of the response comes directly after the context manager rather than having to handle errors. | ||||
| | | * | | | Use allowed strings converter in Metabase cog | 2021-05-09 | -7/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need to manually validate user input. Co-authored-by: Numerlor <[email protected]> | ||||
| | | * | | | Remove unneeded context manager in Metabase cog | 2021-05-09 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | StringIO as it has no underlying connections, so a context manager is not needed Co-authored-by: Numerlor <[email protected]> | ||||
| | | * | | | Update warn to warning, due to deprecation | 2021-05-09 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also includes a minor docstring change Co-authored-by: Numerlor <[email protected]> | ||||
| | | * | | | Fix minor grammer issues with metabase comments | 2021-05-09 | -4/+5 | ||
| | | | | | | |||||
| | | * | | | Add comment to int e for context with Metabase loading | 2021-05-09 | -0/+1 | ||
| | | | | | | |||||