aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump pip-licenses from 4.0.1 to 4.0.3Gravatar dependabot[bot]2022-12-09-6/+6
| | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.0.1 to 4.0.3. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.0.1...v-4.0.3) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1156 from python-discord/dependabot/pip/emojis-0.7.0Gravatar wookie1842022-12-09-5/+5
|\ | | | | Bump emojis from 0.6.0 to 0.7.0
| * Bump emojis from 0.6.0 to 0.7.0Gravatar dependabot[bot]2022-12-09-5/+5
|/ | | | | | | | | | | | | | Bumps [emojis](https://github.com/alexandrevicenzi/emojis) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/alexandrevicenzi/emojis/releases) - [Commits](https://github.com/alexandrevicenzi/emojis/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: emojis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1159 from ↵Gravatar wookie1842022-12-09-6/+6
|\ | | | | | | | | python-discord/dependabot/pip/flake8-bugbear-22.12.6 Bump flake8-bugbear from 22.10.27 to 22.12.6
| * Bump flake8-bugbear from 22.10.27 to 22.12.6Gravatar dependabot[bot]2022-12-07-6/+6
|/ | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1155 from python-discord/remove-aoc-cogGravatar Hassan Abouelela2022-11-30-1368/+0
|\ | | | | Remove Advent of Code Cog
| * Clean up constants file from AoC cog removalGravatar Janine vN2022-11-28-67/+0
| |
| * Remove unused utils fileGravatar Janine vN2022-11-28-47/+0
| | | | | | | | These utils were only used in the AoC cog.
| * Remove Advent of Code CogGravatar Janine vN2022-11-28-1254/+0
|/ | | | and related json. This cog was ported to Sir Robin.
* Merge pull request #1154 from python-discord/dependabot/pip/flake8-6.0.0Gravatar wookie1842022-11-27-15/+15
|\ | | | | Bump flake8 from 5.0.4 to 6.0.0
| * Bump flake8 from 5.0.4 to 6.0.0Gravatar dependabot[bot]2022-11-24-15/+15
|/ | | | | | | | | | | | | | Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump sentry-sdk from 1.11.0 to 1.11.1 (#1153)Gravatar dependabot[bot]2022-11-23-5/+5
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump flake8-isort from 5.0.0 to 5.0.3 (#1152)Gravatar dependabot[bot]2022-11-21-5/+5
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1151 from python-discord/latex-urlGravatar Hassan Abouelela2022-11-21-1/+2
|\
| * Make The Latex API URL ConfigurableGravatar Hassan Abouelela2022-11-21-1/+2
|/ | | | | | | Reads the latex API URL from an environment variable, to allow modifying it in prod. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump sentry-sdk from 1.10.1 to 1.11.0 (#1150)Gravatar dependabot[bot]2022-11-20-5/+6
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pip-licenses from 4.0.0 to 4.0.1 (#1149)Gravatar dependabot[bot]2022-11-20-5/+5
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #1147 from Preocts/preocts-spoopy-patchGravatar ChrisJL2022-11-13-1/+1
|\ | | | | Enhance spooky react to be more spoopy.
| * Enhance spooky react to be more spoopy.Gravatar Preocts2022-11-13-1/+1
|/ | | This change adjusts the regex pattern used in detecting `spooky` to include fun variants such as `spoopy` and `spookier`. The `k` is replaceable with a `p`, the `y` can be interchanged with `i` allowing `ier` and `iest` endings. (`yer` and `yest` are also valid). The number of `o`s remains at two (2) or more.
* Merge pull request #1143 from python-discord/dependabot/pip/pip-licenses-4.0.0Gravatar wookie1842022-11-07-18/+37
|\ | | | | Bump pip-licenses from 3.5.5 to 4.0.0
| * Bump pip-licenses from 3.5.5 to 4.0.0Gravatar dependabot[bot]2022-11-07-18/+37
|/ | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 3.5.5 to 4.0.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-3.5.5...v-4.0.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1144 from python-discord/dependabot/pip/rapidfuzz-2.13.2Gravatar wookie1842022-11-07-92/+94
|\ | | | | Bump rapidfuzz from 2.13.0 to 2.13.2
| * Bump rapidfuzz from 2.13.0 to 2.13.2Gravatar dependabot[bot]2022-11-07-92/+94
|/ | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.0 to 2.13.2. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.13.0...v2.13.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1095 from Diabolical5777/mainGravatar wookie1842022-11-02-46/+59
|\ | | | | Use buttons for bookmark command.
| * Merge branch 'main' into mainGravatar wookie1842022-11-02-157/+158
| |\ | |/ |/|
* | Bump rapidfuzz from 2.12.0 to 2.13.0 (#1138)Gravatar dependabot[bot]2022-11-02-92/+92
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump emoji from 2.1.0 to 2.2.0 (#1140)Gravatar dependabot[bot]2022-11-02-4/+4
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pillow from 9.2.0 to 9.3.0 (#1139)Gravatar dependabot[bot]2022-11-02-63/+64
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Fixed everythingGravatar Xithrius2022-11-02-1/+1
| |
| * Merge branch 'main' into mainGravatar Xithrius2022-11-02-1065/+1896
| |\ | |/ |/|
* | Merge pull request #1137 from DivyanshuBist/bug-issue1122-message-of-type-NoneGravatar wookie1842022-10-30-1/+1
|\ \ | | | | | | updated bot/exts/core/help.py for Issue #1122
| * | updated bot/exts/core/help.py for Issue #1122Gravatar divyanshu2022-10-29-1/+1
|/ /
* | Catch more status codes in Wolfram commands (#1136)Gravatar Karlis Suvi2022-10-28-0/+13
| |
* | Bump flake8-bugbear from 22.10.25 to 22.10.27 (#1134)Gravatar dependabot[bot]2022-10-27-5/+5
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump colorama from 0.4.5 to 0.4.6 (#1131)Gravatar dependabot[bot]2022-10-26-6/+6
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump flake8-bugbear from 22.9.23 to 22.10.25 (#1132)Gravatar dependabot[bot]2022-10-26-7/+7
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump rapidfuzz from 2.11.1 to 2.12.0 (#1133)Gravatar dependabot[bot]2022-10-26-106/+93
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Add ability to use replied message's content as `.randomcase` argument. (#1129)Gravatar TizzySaurus2022-10-26-3/+5
| | | | | | Co-authored-by: Xithrius <[email protected]>
* | Bump sentry-sdk from 1.10.0 to 1.10.1 (#1130)Gravatar dependabot[bot]2022-10-26-10/+10
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pip-licenses from 3.5.4 to 3.5.5 (#1127)Gravatar dependabot[bot]2022-10-23-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-3.5.4...v-3.5.5) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #1128 from python-discord/dependabot/pip/sentry-sdk-1.10.0Gravatar ChrisJL2022-10-22-10/+10
|\ \
| * \ Merge branch 'main' into dependabot/pip/sentry-sdk-1.10.0Gravatar ChrisJL2022-10-22-13/+40
| |\ \ | |/ / |/| |
* | | Merge pull request #1126 from python-discord/fix-issue-1120Gravatar ChrisJL2022-10-22-13/+40
|\ \ \
| * \ \ Merge branch 'main' into fix-issue-1120Gravatar ChrisJL2022-10-22-0/+2
| |\ \ \ | |/ / / |/| | |
| * | | Improve time complexity of `already_reacted` function.Gravatar TizzySaurus2022-10-22-6/+8
| | | |
| * | | Add `break` statement to loop to make its functionality clearer.Gravatar TizzySaurus2022-10-19-0/+4
| | | |
| * | | Remove unnecessary map()Gravatar TizzySaurus2022-10-19-4/+1
| | | |
| * | | Remove calls to the deprecated .flatten() methodGravatar TizzySaurus2022-10-19-7/+31
| | | |
| | * | Bump sentry-sdk from 1.9.10 to 1.10.0Gravatar dependabot[bot]2022-10-21-10/+10
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.10 to 1.10.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.9.10...1.10.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Added `Blurple` and ` OG Blurple colours (#1125)Gravatar brad90four2022-10-18-0/+2
|/ / | | | | | | * Added `Blurple` colour * Added `OG Blurple` colour