aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2023-05-24Bump pydantic from 1.10.7 to 1.10.8Gravatar dependabot[bot]-39/+39
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.8/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-05-22Bump pre-commit from 3.3.1 to 3.3.2 (#1280)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22Bump ruff from 0.0.267 to 0.0.269 (#1281)Gravatar dependabot[bot]-20/+20
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22Bump sentry-sdk from 1.23.0 to 1.23.1 (#1279)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16Bump sentry-sdk from 1.22.2 to 1.23.0 (#1277)Gravatar dependabot[bot]-6/+7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15Bump ruff from 0.0.265 to 0.0.267 (#1276)Gravatar dependabot[bot]-26/+26
* Bump ruff from 0.0.265 to 0.0.267 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix linting errors from new ruff rules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]>
2023-05-09Bump sentry-sdk from 1.21.1 to 1.22.2 (#1274)Gravatar dependabot[bot]-6/+6
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09Move unshared contants inside modulesGravatar Chris Lovering-42/+22
2023-05-09Apply fixes for ruff lintingGravatar Chris Lovering-586/+541
Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
2023-05-08Migrate to ruffGravatar Chris Lovering-287/+78
2023-05-08Bump sentry-sdk from 1.21.1 to 1.22.1 (#1273)Gravatar dependabot[bot]-15/+14
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.21.1 to 1.22.1. - [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.21.1...1.22.1) --- 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>
2023-05-08Simplify command params returnGravatar miki55555115-3/+1
2023-05-07Fix extra space in .help command signatureGravatar miki55555115-2/+3
2023-05-06Update bot/exts/holidays/halloween/spookygif.pyGravatar Amrou Bellalouna-1/+1
Co-authored-by: wookie184 <[email protected]>
2023-05-06alias Wolfram as WolframConfigGravatar shtlrs-5/+5
2023-05-06use Tokens.Youtube in the Snakes CogGravatar shtlrs-2/+2
2023-05-06log warning in Reddit CogGravatar shtlrs-1/+1
2023-05-06Run null check on needed api keys before loading cogs.Gravatar shtlrs-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.
2023-05-06use the new code jam variable (#1267)Gravatar Amrou Bellalouna-1/+1
2023-05-06bump bot-core to 9.6.0Gravatar shtlrs-9/+9
2023-05-06add CLIENT_TOKEN in lint ciGravatar shtlrs-0/+1
2023-05-06remove `.env.server` env fileGravatar shtlrs-1/+1
2023-05-06remove wolfram key from Tokens classGravatar shtlrs-1/+0
2023-05-06use `get_secret_value` for client tokenGravatar shtlrs-1/+1
2023-05-06give empty str as default to tokensGravatar shtlrs-17/+15
2023-05-06use `SecretStr` for all secretsGravatar shtlrs-36/+37
2023-05-06update env variables in "Attempt bot setup" stageGravatar shtlrs-2/+2
2023-05-06move lovefest role under the Roles classGravatar shtlrs-17/+8
2023-05-06revert renaming of Client to BotGravatar shtlrs-48/+48
2023-05-06Revert "redeem lost bot references"Gravatar shtlrs-4/+3
This reverts commit 8d4fa84652e98dcb92fddf0a776c32634e0dfcf0.
2023-05-06Revert "update forgotten reference of `Bot`"Gravatar shtlrs-1/+1
This reverts commit 696865a9fd1623941b78917e2320c954eead9992.
2023-05-06update forgotten reference of `Bot`Gravatar shtlrs-1/+1
2023-05-06update RedditGravatar shtlrs-4/+8
2023-05-06update Redis configGravatar shtlrs-14/+13
This also renames RedisConfig to Redis, the way we have it in Python
2023-05-06update Tokens & WolframGravatar shtlrs-16/+31
2023-05-06update RolesGravatar shtlrs-4/+9
2023-05-06update lovefestGravatar shtlrs-2/+8
2023-05-06redeem lost bot referencesGravatar shtlrs-3/+4
2023-05-06update LoggingGravatar shtlrs-4/+10
2023-05-06update Client constantsGravatar shtlrs-50/+54
This also renames the Client class to Bot, to align better with Python.
2023-05-06update CategoriesGravatar shtlrs-4/+9
2023-05-06update ChannelsGravatar shtlrs-4/+8
2023-05-06add base EnvConfigGravatar shtlrs-3/+20
2023-05-06add pydantic to the list of dependenciesGravatar shtlrs-234/+290
2023-05-05Bump pre-commit from 3.3.0 to 3.3.1 (#1263)Gravatar dependabot[bot]-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>
2023-05-05Bump pip-licenses from 4.3.0 to 4.3.1 (#1264)Gravatar dependabot[bot]-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>
2023-05-02Bump pre-commit from 3.2.2 to 3.3.0Gravatar dependabot[bot]-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]>
2023-05-01Bump sentry-sdk from 1.21.0 to 1.21.1 (#1259)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-29Bump pip-licenses from 4.2.0 to 4.3.0Gravatar dependabot[bot]-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]>
2023-04-26Bump sentry-sdk from 1.20.0 to 1.21.0 (#1258)Gravatar dependabot[bot]-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>