aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Simplify command params returnGravatar miki555551152023-05-08-3/+1
| | |
| * | Fix extra space in .help command signatureGravatar miki555551152023-05-07-2/+3
|/ /
* | Merge pull request #1269 from shtlrs/load-cogs-when-config-is-setupGravatar wookie1842023-05-06-5/+22
|\ \ | | | | | | Run null check on needed API keys before loading cogs.
| * | Update bot/exts/holidays/halloween/spookygif.pyGravatar Amrou Bellalouna2023-05-06-1/+1
| | | | | | | | | Co-authored-by: wookie184 <[email protected]>
| * | alias Wolfram as WolframConfigGravatar shtlrs2023-05-06-5/+5
| | |
| * | use Tokens.Youtube in the Snakes CogGravatar shtlrs2023-05-06-2/+2
| | |
| * | log warning in Reddit CogGravatar shtlrs2023-05-06-1/+1
| | |
| * | Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+17
|/ / | | | | | | | | | | This makes sure that all cogs that need keys won't load. Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
* | use the new code jam variable (#1267)Gravatar Amrou Bellalouna2023-05-06-1/+1
| |
* | Merge pull request #1260 from shtlrs/pedantic-configurationGravatar ChrisJL2023-05-06-331/+442
|\ \ | | | | | | Use pydantic for configuration management
| * | bump bot-core to 9.6.0Gravatar shtlrs2023-05-06-9/+9
| | |
| * | add CLIENT_TOKEN in lint ciGravatar shtlrs2023-05-06-0/+1
| | |
| * | remove `.env.server` env fileGravatar shtlrs2023-05-06-1/+1
| | |
| * | remove wolfram key from Tokens classGravatar shtlrs2023-05-06-1/+0
| | |
| * | use `get_secret_value` for client tokenGravatar shtlrs2023-05-06-1/+1
| | |
| * | give empty str as default to tokensGravatar shtlrs2023-05-06-17/+15
| | |
| * | use `SecretStr` for all secretsGravatar shtlrs2023-05-06-36/+37
| | |
| * | update env variables in "Attempt bot setup" stageGravatar shtlrs2023-05-06-2/+2
| | |
| * | move lovefest role under the Roles classGravatar shtlrs2023-05-06-17/+8
| | |
| * | revert renaming of Client to BotGravatar shtlrs2023-05-06-48/+48
| | |
| * | Revert "redeem lost bot references"Gravatar shtlrs2023-05-06-4/+3
| | | | | | | | | | | | This reverts commit 8d4fa84652e98dcb92fddf0a776c32634e0dfcf0.
| * | Revert "update forgotten reference of `Bot`"Gravatar shtlrs2023-05-06-1/+1
| | | | | | | | | | | | This reverts commit 696865a9fd1623941b78917e2320c954eead9992.
| * | update forgotten reference of `Bot`Gravatar shtlrs2023-05-06-1/+1
| | |
| * | update RedditGravatar shtlrs2023-05-06-4/+8
| | |
| * | update Redis configGravatar shtlrs2023-05-06-14/+13
| | | | | | | | | | | | This also renames RedisConfig to Redis, the way we have it in Python
| * | update Tokens & WolframGravatar shtlrs2023-05-06-16/+31
| | |
| * | update RolesGravatar shtlrs2023-05-06-4/+9
| | |
| * | update lovefestGravatar shtlrs2023-05-06-2/+8
| | |
| * | redeem lost bot referencesGravatar shtlrs2023-05-06-3/+4
| | |
| * | update LoggingGravatar shtlrs2023-05-06-4/+10
| | |
| * | update Client constantsGravatar shtlrs2023-05-06-50/+54
| | | | | | | | | | | | This also renames the Client class to Bot, to align better with Python.
| * | update CategoriesGravatar shtlrs2023-05-06-4/+9
| | |
| * | update ChannelsGravatar shtlrs2023-05-06-4/+8
| | |
| * | add base EnvConfigGravatar shtlrs2023-05-06-3/+20
| | |
| * | add pydantic to the list of dependenciesGravatar shtlrs2023-05-06-234/+290
|/ /
* | Bump pre-commit from 3.3.0 to 3.3.1 (#1263)Gravatar dependabot[bot]2023-05-05-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pip-licenses from 4.3.0 to 4.3.1 (#1264)Gravatar dependabot[bot]2023-05-05-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.0 to 4.3.1. - [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.3.0...v-4.3.1) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #1261 from python-discord/dependabot/pip/pre-commit-3.3.0Gravatar Amrou Bellalouna2023-05-02-5/+5
|\ \ | | | | | | Bump pre-commit from 3.2.2 to 3.3.0
| * | Bump pre-commit from 3.2.2 to 3.3.0Gravatar dependabot[bot]2023-05-02-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump sentry-sdk from 1.21.0 to 1.21.1 (#1259)Gravatar dependabot[bot]2023-05-01-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pip-licenses from 4.2.0 to 4.3.0Gravatar dependabot[bot]2023-04-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.2.0 to 4.3.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-4.2.0...v-4.3.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * nitGravatar Robin56052023-04-26-3/+3
| |
| * Append only on else blockGravatar Robin56052023-04-26-1/+0
| |
| * Merge branch 'python-discord:main' into undeprecate-bookmarkGravatar Robin2023-04-26-210/+217
| |\ | |/ |/|
* | Bump sentry-sdk from 1.20.0 to 1.21.0 (#1258)Gravatar dependabot[bot]2023-04-26-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.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.20.0...1.21.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Add lesser yellow to color list (#1245)Gravatar brad90four2023-04-22-0/+1
| | | | | | Co-authored-by: wookie184 <[email protected]>
* | Merge pull request #1256 from python-discord/dependabot/pip/sentry-sdk-1.20.0Gravatar wookie1842023-04-22-5/+5
|\ \ | | | | | | Bump sentry-sdk from 1.19.1 to 1.20.0
| * | Bump sentry-sdk from 1.19.1 to 1.20.0Gravatar dependabot[bot]2023-04-21-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 1.20.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.19.1...1.20.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump rapidfuzz from 2.15.1 to 3.0.0 (#1255)Gravatar dependabot[bot]2023-04-20-95/+95
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #1252 from ↵Gravatar wookie1842023-04-13-5/+5
|\ \ | | | | | | | | | | | | python-discord/dependabot/pip/beautifulsoup4-4.12.2 Bump beautifulsoup4 from 4.12.1 to 4.12.2