aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py (follow)
Commit message (Expand)AuthorAgeLines
* Remove the need for calling dotenv manually by using pydanticGravatar Chris Lovering2023-11-25-7/+0
* Use new logging util from bot-coreGravatar Chris Lovering2023-11-25-18/+0
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-1/+1
* Bump botcore version (#1180)Gravatar Amrou Bellalouna2022-12-28-1/+1
* Use BotBase from bot coreGravatar Chris Lovering2022-09-21-0/+6
* Use monkey patches from botcoreGravatar Chris Lovering2022-09-21-17/+3
* Patch d.py's message converters to infer channelID from the given contextGravatar Chris Lovering2021-12-05-0/+5
* Move Sentry Into InitGravatar Hassan Abouelela2021-11-12-0/+18
* Merge remote-tracking branch 'upstream/main' into coloredlogsGravatar Numerlor2021-11-09-7/+6
|\
| * Isort: give the codebase a sortGravatar Matteo Bertucci2021-10-22-1/+0
| * Monkey patch http.send_typing to catch 403sGravatar Chris Lovering2021-10-04-19/+7
* | Move logging to a separate moduleGravatar Numerlor2021-09-07-61/+2
|/
* Set logging level for async-rediscache to warningGravatar Numerlor2021-09-05-0/+1
* Merge branch 'main' into pipenv-to-poetryGravatar Chris2021-05-16-2/+16
|\
| * chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-1/+1
| * chore: Replace the remaining double quotes with double quotesGravatar ToxicKidz2021-05-04-1/+1
| * Silence matplotlib's loggerGravatar Chris2021-04-12-0/+1
| * Extend root aliases to support commands.GroupGravatar Chris2021-02-18-1/+5
| * Add root alias support for commandsGravatar Chris2021-02-18-0/+9
* | Load environment variables from .envGravatar Joe Banks2021-03-10-0/+7
|/
* Set character encoding for logging to utf-8Gravatar Sebastiaan Zeeff2020-11-30-2/+3
* corrected index error and solve issue spam issue of wiki commandGravatar Anubhav16032020-09-06-1/+1
* Set ayncio event loop to Selector on windows.Gravatar Numerlor2020-05-17-0/+6
* Lint remaining filesGravatar S. Co12019-09-09-1/+1
* Initial linting passGravatar S. Co12019-09-09-1/+1
* Changed Path() arguments for readabilityGravatar AvianAnalyst2019-06-20-1/+1
* Relint Seasonalbot with new linting rulesGravatar sco12019-04-24-1/+0
* Suppress excessive PIL debug logs.Gravatar Scragly2019-04-21-0/+1
* Merge branch 'master' into flake8-docstringGravatar sco12019-03-26-9/+30
|\
| * Add TRACE logging level (Fixes #149)Gravatar Christopher Goes2019-03-20-9/+29
|/
* Allows you to create Seasons. (#64)Gravatar Leon Sandøy2018-11-27-1/+4
* Created an uptime cog. Testing Azure CI deployment.Gravatar Leon Sandøy2018-11-18-0/+4
* The app was logging to the wrong directory. This is now fixed. Also silenced ...Gravatar Leon Sandøy2018-10-12-2/+4
* Adding Pale Man, fixing all flake8 issues, converting halloweenify to use aio...Gravatar Leon Sandøy2018-10-11-7/+12
* Added loggingGravatar ninexball2018-10-06-0/+30