sir-lancebot
sir-lancebot copied to clipboard
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Sentry Issue: [SIR-LANCEBOT-BV](https://python-discord.sentry.io/issues/5203733315/?referrer=github_integration) ``` TypeError: can't compare offset-naive and offset-aware datetimes File "bot/exts/utilities/emoji.py", line 111, in info_command **Created:** {time_since(emoji.created_at.replace(tzinfo=None), precision="hours")} File "bot/utils/time.py", line 79, in time_since delta = abs(relativedelta(now, past_datetime))...
## Description This error is raised when running the reddit command with a custom subreddit, e.g. `.reddit top r/python` ``` 2024-04-01 16:57:14 \| ERROR \| bot.exts.core.error_handler \| Unhandled command error:...
## Description Add more trivia questions. Using a format i can copy and paste into a python script to generate the json. `list[tuple[str, list[str], Optional[str]]] = [(question, [answer1, answer2], hint)]`...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. Release notes Sourced from pyyaml's releases. 6.0.2 What's Changed Support for Cython 3.x and Python 3.13. Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 6.0.2rc1 Support for extension build...
Bumps [pyjokes](https://github.com/pyjokes/pyjokes) from 0.7.2 to 0.8.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lxml](https://github.com/lxml/lxml) from 5.2.2 to 5.3.0. Changelog Sourced from lxml's changelog. 5.3.0 (2024-08-10) Features added GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]>...
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6. Release notes Sourced from rapidfuzz's releases. Release 3.9.6 Changed upgrade to Cython==3.0.11 add python 3.13 wheels Release 3.9.5 Fixed include simd binaries in pyinstaller...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.6.3. Release notes Sourced from ruff's releases. 0.6.3 Release Notes Preview features [flake8-simplify] Extend open-file-with-context-handler to work with dbm.sqlite3 (SIM115) (#13104) [pycodestyle] Disable E741 in...
## Relevant Issues add emoji ## Description ## Did you: - [ x] Join the [**Python Discord Community**](https://discord.gg/python)? - [ x] Read all the comments in this template? - [x...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.7.0. Release notes Sourced from ruff's releases. 0.7.0 Release Notes Check out the blog post for a migration guide and overview of the changes! Breaking...