Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps pyparsing from 3.1.4 to 3.2.1.

Changelog

Sourced from pyparsing's changelog.

Version 3.2.1 - December, 2024

  • Updated generated railroad diagrams to make non-terminal elements links to their related sub-diagrams. This greatly improves navigation of the diagram, especially for large, complex parsers.

  • Simplified railroad diagrams emitted for parsers using infix_notation, by hiding lookahead terms. Renamed internally generated expressions for clarity, and improved diagramming.

  • Improved performance of cpp_style_comment, c_style_comment, common.fnumber and common.ieee_float Regex expressions. PRs submitted by Gabriel Gerlero, nice work, thanks!

  • Add missing type annotations to match_only_at_col, replace_with, remove_quotes, with_attribute, and with_class. Issue #585 reported by rafrafrek.

  • Added generated diagrams for many of the examples.

  • Replaced old examples/0README.html file with examples/README.md file.

Version 3.2.0 - October, 2024

  • Discontinued support for Python 3.6, 3.7, and 3.8. Adopted new Python features from Python versions 3.7-3.9:

    • Updated type annotations to use built-in container types instead of names imported from the typing module (e.g., list[str] vs List[str]).
    • Reworked portions of the packrat cache to leverage insertion-preserving ordering in dicts (including removal of uses of OrderedDict).
    • Changed pdb.set_trace() call in ParserElement.set_break() to breakpoint().
    • Converted typing.NamedTuple to dataclasses.dataclass in railroad diagramming code.
    • Added from __future__ import annotations to clean up some type annotations. (with assistance from ISyncWithFoo, issue #535, thanks for the help!)
  • POSSIBLE BREAKING CHANGES

    The following bugfixes may result in subtle changes in the results returned or exceptions raised by pyparsing.

    • Fixed code in ParseElementEnhance subclasses that replaced detailed exception messages raised in contained expressions with a less-specific and less-informative generic exception message and location.

      If your code has conditional logic based on the message content in raised ParseExceptions, this bugfix may require changes in your code.

    • Fixed bug in transform_string() where whitespace in the input string was not properly preserved in the output string.

... (truncated)

Commits
  • abb3b4b Prep for 3.2.1 release
  • 91a56b4 delete old 0README.html file from the examples directory, replaced with READM...
  • 51e2555 improved README.md for examples directory
  • 5e32ee6 add parse_python_value.py to test_examples
  • 2f41d0f update version timestamp
  • dc8d66e blackening
  • 00d7aed Fix nested expression diagram element generation
  • dde1a02 Added generated diagrams for many of the examples
  • 471801e Fixed cacheing bug in diagram generation; modified names for inner elements o...
  • 4bb2647 Remove modification of Regex exprs when generating railroad diags; also short...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.4...3.2.1)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2025
@EntchenEric EntchenEric merged commit bc4bd20 into master Jan 7, 2025
3 checks passed
@EntchenEric EntchenEric deleted the dependabot/pip/pyparsing-3.2.1 branch January 7, 2025 13:11
EntchenEric added a commit that referenced this pull request Jan 7, 2025
* Development (#820)

* Ver/0.8 (#394) (#395)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Implemented Help Command

* Ver/0.8 (#399)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added many missing Locales and fixed some locales not working

* Fixed parameter description being sometimes `...`

* Made Database Backup Size much smaller

* Fixed excluding not working as exspected

* Outsourced /admin channel commands to own Command Category

* Implemented Dynamic Slowmode Commands

* Implemented and fixed some locales

* Implemented Dynamic Slowmode Commands

* Added Utility BrawlStars Battlelog Command

* Added playerInfo command

* Added Command to see Players Brawlers

* Added All missing Gadget and Star Icon emojis

* Added Brawlstars Club command

* Fixed Gear and Gadget messup. Added Gear Emojis

* Added Brawlstars Events command

* Added Twitch Live Notification Commands

* Removed many prints

* Made Buttons only Clickable for Command User in Brawlstars and Twitch commands

* Change placeholder bytebin url in .env.example

* Create run_flake8.py

* Updated Brawl Stars Emojis to better looking Icons. Also Removed raw from Brawler command

* Fixed Role_create log and role_update log being inconsistent with permission styling

* Added missing guildRoleDelete.permissions locale

* Prevented some Errors with different Channel Types on channel update log

* Uploaded removed images to imgbb

* Added missing Gadget

* Added image remove background command

* [hotfix] change default theme to 'dark' (#410)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* (fix): theme should be 'dark' instead of 'fire'

Forgot to change the class in the body tag to "dark", so this is a small commit to fix this.

* Update version number

* Update config.py

* Change placeholder bytebin url in .env.example

---------

Co-authored-by: EntchenEric <eseidel2004@gmail.com>

* Updated emojis and enhanced looks of Brawlstars commands

* [draft - not ready for merge] Lint with flake8 / Improve code quality (#411)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Ver/0.8 (#394)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Ver/0.8 (#394) (#395) (#396)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Bump certifi from 2024.8.30 to 2024.12.14 (#409)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump attrs from 24.2.0 to 24.3.0 (#407)

Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0.
- [Commits](https://github.com/sponsors/hynek/commits)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump urllib3 from 2.2.3 to 2.3.0 (#406)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pydantic-core from 2.27.1 to 2.27.2 (#408)

Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.1 to 2.27.2.
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.1...v2.27.2)

---
updated-dependencies:
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.4 to 3.1.5 (#405)

* Bump numpy from 2.2.0 to 2.2.1 (#404)

* Bump nbclient from 0.10.1 to 0.10.2 (#402)

* Bump aiosignal from 1.3.1 to 1.3.2 (#401)

* Bump pydantic from 2.10.3 to 2.10.4 (#403)

* Update ci.yml

* Create .flake8

* Fix lint problems in ai\refillToken.py

* Fix lint problems in api.py

* Fix lint problems in tests\test_commands.py

* Fix lint problems in tests\test_database.py

* Fix lint problems in tests\test_ping.py

* Fix lint problems in config.py

* Fix lint problems in extensions\admin.py

* Fix lint problems in extensions\administration.py

* Fix lint problems in localizer.py

* Fix lint problems in main.py

* Fix lint problems in README.md

* Fix lint problems in tests\__init__.py

* Fix lint problems in translator.py

* Fix lint problems in utility.py

* Change placeholder bytebin url in .env.example

* Change placeholder bytebin url in .env.example

* Enforced more flake8 rules due to update on branch Development

* Fix lint problems in ai.py

* Fix lint problems in channel.py

* Fix lint problems in extensions\fun.py

* Fix lint problems in extensions\giveaway.py

* Fix lint problems in extensions\image.py

* Fix lint problems in extensions\level.py

* Fix lint problems in extensions\listeners.py

* Fix lint problems in extensions\logs.py

* Fix lint problems in extensions\loops.py

* Fix lint problems in extensions\math.py

* Fix lint problems in extensions\minigames.py

* Fix lint problems in extensions\utility.py

* Fix lint problems in loops directory

* Fix lint problems in minigames\addLevelXp.py

* Fix lint problems in minigames\counting.py

* Fix lint problems in minigames\countingChallenge.py

* Fix lint problems in minigames\countingmodes.py

* Fix lint problems in minigames\wordchain.py

* Fix C901 lint problem in api.py

Occurrence: https://github.com/TanjunBot/new-tanjun/actions/runs/12483189694/job/34838553561?pr=411#step:6:17

* Update logs.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: EntchenEric <eseidel2004@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Flake8 (#417)

* Started applying Flake8 rules

* Finished applying Flake8 rules

* Added command to link and unlink Brawlstars account

* Removed pool parameter from some api routes

* Fixed brawlstars Link command not working

* Defered Buttons in game commands

* Fixed message edit logs not showing edited embeds

* Fixed user update log being empty when avatar is changed

* Fixed brawlstars account linking still not working

* Fixed error in Level Role assinging

* Added hasattr check to prevent errors from occuring

* Fixd edit message log being called when command is being replied

* Update Crowdin configuration file

* Update Crowdin configuration file

* Fixed logs sometimes stop working

* Fixed some missing locales

* New Crowdin updates (#421)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#424)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Updated localizer to work with new localizer system

* New Crowdin updates (#425)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Delete en directory

* Delete de directory

* New Crowdin updates (#426)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#427)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#428)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#429)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Implemented proper english localization and added automatic reporting when missing locale. also added all missing locales

* Fixed issue being opened with locale instead of key

* Introduced threadding to bot

* Introducing Multi threading, try 2

* Introducint multithreading, try 3

* Reverted multi threading

* New Crowdin updates (#430)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#444)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Sharded Bot

* Optimized some brawl stars commands to (hopefully) work faster

* added missing linebreak

* makde defaultLevelupMessage lowercase to hopefully fix string not being found

* added support for english command names

* New Crowdin updates (#450)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* casing is now ignored in translations

* Fixed localizer not supporting en-US and en-GB locales

* changed pool to plain connection to hopefully fix data integrity issues [might get reverted]

* Changed api so that for every request a new connection is opened

* New Crowdin updates (#461)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#462)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#469)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added support for locale keys with _

* Fixed warnconfig not working

* Fixed error in warn command

* New Crowdin updates (#470)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Extended custom_xp scaling capabilities

* removed level param from remove_level_role command

* made raw data only show on test server

* New Crowdin updates (#472)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Update SECURITY.md

* New Crowdin updates (#494)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to change locale

* removed automatic locale missing issue opener for now

* localized add_role view

* Added avatar Decoration to rank card

* Made warn system less sloppy and made viewwarns command ephemeral

* added warn creator to view Warns

* New Crowdin updates (#741)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* fixed locales missing

* Fixed locales

* Fixed Hangman progress being wrong when given up

* Fixed Wordle and flag quiz not working

* Added embed if giveaway blacklist is empty

* Fixed texts in compress image being wrong

* New Crowdin updates (#742)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made compression better and displaying old and new file size in compress command

* Made Pagination in level leaderboard command better

* Added some missing locales in the commands

* New Crowdin updates (#743)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made pages in show_xp_scaling command generate on the fly

* Fixed division by 0 being possible in Rank card

* Fixed Rank card only working if you have a avatar decoration

* Fixed levelRoles being kinda broken and implemented that level_roles that the user is not suitable for are removed

* Added ranges to all params

* Fixed calculator cant be opened

* Added 2 missing starPowers

* New Crowdin updates (#744)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed Locales in num2word command not using long country locales

* (hopefully) Fixed message_edit log being called with no changes

* Fixed not all functions can be deratived

* Added support for pinging in brawlstars player tag

* Added interaction check and timeout disable to calculator

* Fixed prefered_locale being addressed as locale often

* Added command to unblock reporter

* renamed some member params to user for consistency

* Removed unsupported legacy commands

* New Crowdin updates (#749)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed some errors/issues that came up in testing the bot

* Removed some prints

* Changed some default locales to english instead of german

* New Crowdin updates (#750)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added new counting modes and fixed some issues with current counting modes

* Removed testing code I forgot to remove

* reduced propability for tanjun to count again

* New Crowdin updates (#751)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Re-Enabled issue-creation when a locale is missing

* New Crowdin updates (#752)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Changed template backgrounds to a gradient color

* Made farewell and welcome custom background require pro

* New Crowdin updates (#753)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4) (#755)

* Fixed bug in Giveaway Preview

* Fixed reported user not being mentioned in reports

* Fixed member not being mentioned in nick command

* Fixed error in ticket create command if no channel provided

* New Crowdin updates (#758)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#761)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to copy emoji

* Added command to send update notice to all admins

* for now, removed embed changes from logs

* Fixed error with brawl stars commands

* made club tag non optional

* Fixed view not being displayed when only one twitch notification

* Fixed repeat not doing anything in schedulemessage

* Fixed repeat_intervall and repeat_amount mixup

* added repeat_amount to command call

* Removed Pro Requirement from level blacklist command

* change font import url in ticket transcript

* Fixed connect4 custom size not requireing plus

* Updated link in update notice

* 1.0 Release

* New Crowdin updates (#764)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#773)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed help command showing raw command names

* Fixed some categorys dont working in help command

* Added admin commands to make debugging easyer

* Fixed error message in trigger_message_send and made error messages in api helpful

* DEBUGGING API NOT SAVING AND NO ERROR

* Fixed execute_action and execute_query mixup

* Fixed joinToCreate not working

* Fixed dynamicslowmode formula making no sence

* New Crowdin updates (#787)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#792)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed ticket creation bug with opted_out message being reversed

* Fixed interaction.reply -> interaction.response.send_message

* Fixed ticket creation mixing up params

* Fixed name being wrong

* Fixed tickets cant be closed (hopefully)

* Fixed ticket not opening

* Fixed all logs being disabled

* Debugging logs dont work

* Debugging Log not working

* Debugging logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Fixed playerinfo not working when not in a clib

* Fixed minor formatting error

* Debugging Logs not working

* Debugging Logs not workinbg

* Debugging logs not working

* Debugging logs not working

* made logs work

* Added ad for pokemon discord (will be removed in future)

* Fixed bozo error

* Added raise for debugging

* Made pokemon ad in embed and made it send to specified times

* Changed to dateTime

* Updated pokemon ad

* Fixed adding twitch online notification not working

* Made help command work better and faster

* Fixed autopublish not working

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arion2000 <github@arion2000.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pygments from 2.18.0 to 2.19.0 (#814)

Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump anyio from 4.7.0 to 4.8.0 (#813)

Bumps [anyio](https://github.com/agronholm/anyio) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.7.0...4.8.0)

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openai from 1.58.1 to 1.59.3 (#812)

Bumps [openai](https://github.com/openai/openai-python) from 1.58.1 to 1.59.3.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.58.1...v1.59.3)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump scipy from 1.14.1 to 1.15.0 (#809)

Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump num2words from 0.5.13 to 0.5.14 (#803)

Bumps [num2words](https://github.com/savoirfairelinux/num2words) from 0.5.13 to 0.5.14.
- [Release notes](https://github.com/savoirfairelinux/num2words/releases)
- [Changelog](https://github.com/savoirfairelinux/num2words/blob/master/CHANGES.rst)
- [Commits](savoirfairelinux/num2words@v0.5.13...v0.5.14)

---
updated-dependencies:
- dependency-name: num2words
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nbconvert from 7.16.4 to 7.16.5 (#802)

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.4 to 7.16.5.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.4...v7.16.5)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyparsing from 3.1.4 to 3.2.1 (#801)

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.4...3.2.1)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump twitchapi from 1.2.3 to 4.4.0 (#797)

Bumps [twitchapi](https://github.com/Teekeks/pyTwitchAPI) from 1.2.3 to 4.4.0.
- [Release notes](https://github.com/Teekeks/pyTwitchAPI/releases)
- [Changelog](https://github.com/Teekeks/pyTwitchAPI/blob/master/docs/changelog.rst)
- [Commits](https://github.com/Teekeks/pyTwitchAPI/commits/v4.4.0)

---
updated-dependencies:
- dependency-name: twitchapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pillow from 11.0.0 to 11.1.0 (#798)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...11.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mistune from 3.0.2 to 3.1.0 (#799)

Bumps [mistune](https://github.com/lepture/mistune) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](lepture/mistune@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arion2000 <github@arion2000.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
EntchenEric added a commit that referenced this pull request Jan 7, 2025
* Ver/0.8 (#394) (#395)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Implemented Help Command

* Ver/0.8 (#399)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added many missing Locales and fixed some locales not working

* Fixed parameter description being sometimes `...`

* Made Database Backup Size much smaller

* Fixed excluding not working as exspected

* Outsourced /admin channel commands to own Command Category

* Implemented Dynamic Slowmode Commands

* Implemented and fixed some locales

* Implemented Dynamic Slowmode Commands

* Added Utility BrawlStars Battlelog Command

* Added playerInfo command

* Added Command to see Players Brawlers

* Added All missing Gadget and Star Icon emojis

* Added Brawlstars Club command

* Fixed Gear and Gadget messup. Added Gear Emojis

* Added Brawlstars Events command

* Added Twitch Live Notification Commands

* Removed many prints

* Made Buttons only Clickable for Command User in Brawlstars and Twitch commands

* Change placeholder bytebin url in .env.example

* Create run_flake8.py

* Updated Brawl Stars Emojis to better looking Icons. Also Removed raw from Brawler command

* Fixed Role_create log and role_update log being inconsistent with permission styling

* Added missing guildRoleDelete.permissions locale

* Prevented some Errors with different Channel Types on channel update log

* Uploaded removed images to imgbb

* Added missing Gadget

* Added image remove background command

* [hotfix] change default theme to 'dark' (#410)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* (fix): theme should be 'dark' instead of 'fire'

Forgot to change the class in the body tag to "dark", so this is a small commit to fix this.

* Update version number

* Update config.py

* Change placeholder bytebin url in .env.example

---------

Co-authored-by: EntchenEric <eseidel2004@gmail.com>

* Updated emojis and enhanced looks of Brawlstars commands

* [draft - not ready for merge] Lint with flake8 / Improve code quality (#411)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Ver/0.8 (#394)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Ver/0.8 (#394) (#395) (#396)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Bump certifi from 2024.8.30 to 2024.12.14 (#409)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump attrs from 24.2.0 to 24.3.0 (#407)

Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0.
- [Commits](https://github.com/sponsors/hynek/commits)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump urllib3 from 2.2.3 to 2.3.0 (#406)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pydantic-core from 2.27.1 to 2.27.2 (#408)

Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.1 to 2.27.2.
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.1...v2.27.2)

---
updated-dependencies:
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.4 to 3.1.5 (#405)

* Bump numpy from 2.2.0 to 2.2.1 (#404)

* Bump nbclient from 0.10.1 to 0.10.2 (#402)

* Bump aiosignal from 1.3.1 to 1.3.2 (#401)

* Bump pydantic from 2.10.3 to 2.10.4 (#403)

* Update ci.yml

* Create .flake8

* Fix lint problems in ai\refillToken.py

* Fix lint problems in api.py

* Fix lint problems in tests\test_commands.py

* Fix lint problems in tests\test_database.py

* Fix lint problems in tests\test_ping.py

* Fix lint problems in config.py

* Fix lint problems in extensions\admin.py

* Fix lint problems in extensions\administration.py

* Fix lint problems in localizer.py

* Fix lint problems in main.py

* Fix lint problems in README.md

* Fix lint problems in tests\__init__.py

* Fix lint problems in translator.py

* Fix lint problems in utility.py

* Change placeholder bytebin url in .env.example

* Change placeholder bytebin url in .env.example

* Enforced more flake8 rules due to update on branch Development

* Fix lint problems in ai.py

* Fix lint problems in channel.py

* Fix lint problems in extensions\fun.py

* Fix lint problems in extensions\giveaway.py

* Fix lint problems in extensions\image.py

* Fix lint problems in extensions\level.py

* Fix lint problems in extensions\listeners.py

* Fix lint problems in extensions\logs.py

* Fix lint problems in extensions\loops.py

* Fix lint problems in extensions\math.py

* Fix lint problems in extensions\minigames.py

* Fix lint problems in extensions\utility.py

* Fix lint problems in loops directory

* Fix lint problems in minigames\addLevelXp.py

* Fix lint problems in minigames\counting.py

* Fix lint problems in minigames\countingChallenge.py

* Fix lint problems in minigames\countingmodes.py

* Fix lint problems in minigames\wordchain.py

* Fix C901 lint problem in api.py

Occurrence: https://github.com/TanjunBot/new-tanjun/actions/runs/12483189694/job/34838553561?pr=411#step:6:17

* Update logs.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: EntchenEric <eseidel2004@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Flake8 (#417)

* Started applying Flake8 rules

* Finished applying Flake8 rules

* Added command to link and unlink Brawlstars account

* Removed pool parameter from some api routes

* Fixed brawlstars Link command not working

* Defered Buttons in game commands

* Fixed message edit logs not showing edited embeds

* Fixed user update log being empty when avatar is changed

* Fixed brawlstars account linking still not working

* Fixed error in Level Role assinging

* Added hasattr check to prevent errors from occuring

* Fixd edit message log being called when command is being replied

* Update Crowdin configuration file

* Update Crowdin configuration file

* Fixed logs sometimes stop working

* Fixed some missing locales

* New Crowdin updates (#421)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#424)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Updated localizer to work with new localizer system

* New Crowdin updates (#425)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Delete en directory

* Delete de directory

* New Crowdin updates (#426)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#427)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#428)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#429)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Implemented proper english localization and added automatic reporting when missing locale. also added all missing locales

* Fixed issue being opened with locale instead of key

* Introduced threadding to bot

* Introducing Multi threading, try 2

* Introducint multithreading, try 3

* Reverted multi threading

* New Crowdin updates (#430)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#444)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Sharded Bot

* Optimized some brawl stars commands to (hopefully) work faster

* added missing linebreak

* makde defaultLevelupMessage lowercase to hopefully fix string not being found

* added support for english command names

* New Crowdin updates (#450)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* casing is now ignored in translations

* Fixed localizer not supporting en-US and en-GB locales

* changed pool to plain connection to hopefully fix data integrity issues [might get reverted]

* Changed api so that for every request a new connection is opened

* New Crowdin updates (#461)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#462)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#469)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added support for locale keys with _

* Fixed warnconfig not working

* Fixed error in warn command

* New Crowdin updates (#470)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Extended custom_xp scaling capabilities

* removed level param from remove_level_role command

* made raw data only show on test server

* New Crowdin updates (#472)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Update SECURITY.md

* New Crowdin updates (#494)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to change locale

* removed automatic locale missing issue opener for now

* localized add_role view

* Added avatar Decoration to rank card

* Made warn system less sloppy and made viewwarns command ephemeral

* added warn creator to view Warns

* New Crowdin updates (#741)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* fixed locales missing

* Fixed locales

* Fixed Hangman progress being wrong when given up

* Fixed Wordle and flag quiz not working

* Added embed if giveaway blacklist is empty

* Fixed texts in compress image being wrong

* New Crowdin updates (#742)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made compression better and displaying old and new file size in compress command

* Made Pagination in level leaderboard command better

* Added some missing locales in the commands

* New Crowdin updates (#743)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made pages in show_xp_scaling command generate on the fly

* Fixed division by 0 being possible in Rank card

* Fixed Rank card only working if you have a avatar decoration

* Fixed levelRoles being kinda broken and implemented that level_roles that the user is not suitable for are removed

* Added ranges to all params

* Fixed calculator cant be opened

* Added 2 missing starPowers

* New Crowdin updates (#744)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed Locales in num2word command not using long country locales

* (hopefully) Fixed message_edit log being called with no changes

* Fixed not all functions can be deratived

* Added support for pinging in brawlstars player tag

* Added interaction check and timeout disable to calculator

* Fixed prefered_locale being addressed as locale often

* Added command to unblock reporter

* renamed some member params to user for consistency

* Removed unsupported legacy commands

* New Crowdin updates (#749)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed some errors/issues that came up in testing the bot

* Removed some prints

* Changed some default locales to english instead of german

* New Crowdin updates (#750)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added new counting modes and fixed some issues with current counting modes

* Removed testing code I forgot to remove

* reduced propability for tanjun to count again

* New Crowdin updates (#751)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Re-Enabled issue-creation when a locale is missing

* New Crowdin updates (#752)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Changed template backgrounds to a gradient color

* Made farewell and welcome custom background require pro

* New Crowdin updates (#753)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4) (#755)

* Fixed bug in Giveaway Preview

* Fixed reported user not being mentioned in reports

* Fixed member not being mentioned in nick command

* Fixed error in ticket create command if no channel provided

* New Crowdin updates (#758)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#761)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to copy emoji

* Added command to send update notice to all admins

* for now, removed embed changes from logs

* Fixed error with brawl stars commands

* made club tag non optional

* Fixed view not being displayed when only one twitch notification

* Fixed repeat not doing anything in schedulemessage

* Fixed repeat_intervall and repeat_amount mixup

* added repeat_amount to command call

* Removed Pro Requirement from level blacklist command

* change font import url in ticket transcript

* Fixed connect4 custom size not requireing plus

* Updated link in update notice

* 1.0 Release

* New Crowdin updates (#764)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#773)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed help command showing raw command names

* Fixed some categorys dont working in help command

* Added admin commands to make debugging easyer

* Fixed error message in trigger_message_send and made error messages in api helpful

* DEBUGGING API NOT SAVING AND NO ERROR

* Fixed execute_action and execute_query mixup

* Fixed joinToCreate not working

* Fixed dynamicslowmode formula making no sence

* New Crowdin updates (#787)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#792)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed ticket creation bug with opted_out message being reversed

* Fixed interaction.reply -> interaction.response.send_message

* Fixed ticket creation mixing up params

* Fixed name being wrong

* Fixed tickets cant be closed (hopefully)

* Fixed ticket not opening

* Fixed all logs being disabled

* Debugging logs dont work

* Debugging Log not working

* Debugging logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Fixed playerinfo not working when not in a clib

* Fixed minor formatting error

* Debugging Logs not working

* Debugging Logs not workinbg

* Debugging logs not working

* Debugging logs not working

* made logs work

* Added ad for pokemon discord (will be removed in future)

* Fixed bozo error

* Added raise for debugging

* Made pokemon ad in embed and made it send to specified times

* Changed to dateTime

* Updated pokemon ad

* Fixed adding twitch online notification not working

* Made help command work better and faster

* Fixed autopublish not working

* master (#821)

* Development (#820)

* Ver/0.8 (#394) (#395)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Implemented Help Command

* Ver/0.8 (#399)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added many missing Locales and fixed some locales not working

* Fixed parameter description being sometimes `...`

* Made Database Backup Size much smaller

* Fixed excluding not working as exspected

* Outsourced /admin channel commands to own Command Category

* Implemented Dynamic Slowmode Commands

* Implemented and fixed some locales

* Implemented Dynamic Slowmode Commands

* Added Utility BrawlStars Battlelog Command

* Added playerInfo command

* Added Command to see Players Brawlers

* Added All missing Gadget and Star Icon emojis

* Added Brawlstars Club command

* Fixed Gear and Gadget messup. Added Gear Emojis

* Added Brawlstars Events command

* Added Twitch Live Notification Commands

* Removed many prints

* Made Buttons only Clickable for Command User in Brawlstars and Twitch commands

* Change placeholder bytebin url in .env.example

* Create run_flake8.py

* Updated Brawl Stars Emojis to better looking Icons. Also Removed raw from Brawler command

* Fixed Role_create log and role_update log being inconsistent with permission styling

* Added missing guildRoleDelete.permissions locale

* Prevented some Errors with different Channel Types on channel update log

* Uploaded removed images to imgbb

* Added missing Gadget

* Added image remove background command

* [hotfix] change default theme to 'dark' (#410)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* (fix): theme should be 'dark' instead of 'fire'

Forgot to change the class in the body tag to "dark", so this is a small commit to fix this.

* Update version number

* Update config.py

* Change placeholder bytebin url in .env.example

---------

Co-authored-by: EntchenEric <eseidel2004@gmail.com>

* Updated emojis and enhanced looks of Brawlstars commands

* [draft - not ready for merge] Lint with flake8 / Improve code quality (#411)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

* Ver/0.8 (#394)

* Update ci.yml (#368)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Update ci.yml (#384)

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Ver/0.8 (#394) (#395) (#396)

* Update ci.yml (#368)



* Update ci.yml (#384)



* Added copy_role command

* Outsourced admin role commands to own subcategroy (admin role [command])

* Fixed member update log added/removed roles not showing correctly.

* Implemented report functionality

* Added trigger messages

* Fixed Channel name not being displayed

* Added upload_to_tanjun_logs

* Implemented ticket system

* Removed upload_to_byte_bin in favor of upload_to_tanjun_logs

* Changed title and favicon of ticket summarys and added missing ticket locales

* Moved adminIds and Application ID to env. added actual examples to .env.example

* Updated gitignore and removed ignored files

* Added semi-automatic Update functionality

* Fixed adminIds not working as exspected.

* Made that Database is backed up and logs are send before Update

* Fixed Update script not working correctly.

* fixed bozo bug

* Fixed bozo bug (again..)

* and again.

* hml

* Reworked bot restarting yet again..

* test update

* Added join to create system

* Added Media Channel Commands

* Added Leave and Welcome Message Commands

* Reworked Ticket Opt_out check a bit

* Updated update.sh to work with Development Branch instead of ver/0.8 Branch

---------

Co-authored-by: Arion2000 <github@arion2000.xyz>

* Optimize close_ticket.py (#398)

* Host static files on own server

* Change site title

* Improve background

* Change default theme to dark

* Fix unicode/font problems

* Bump certifi from 2024.8.30 to 2024.12.14 (#409)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump attrs from 24.2.0 to 24.3.0 (#407)

Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0.
- [Commits](https://github.com/sponsors/hynek/commits)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump urllib3 from 2.2.3 to 2.3.0 (#406)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pydantic-core from 2.27.1 to 2.27.2 (#408)

Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.1 to 2.27.2.
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.1...v2.27.2)

---
updated-dependencies:
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.4 to 3.1.5 (#405)

* Bump numpy from 2.2.0 to 2.2.1 (#404)

* Bump nbclient from 0.10.1 to 0.10.2 (#402)

* Bump aiosignal from 1.3.1 to 1.3.2 (#401)

* Bump pydantic from 2.10.3 to 2.10.4 (#403)

* Update ci.yml

* Create .flake8

* Fix lint problems in ai\refillToken.py

* Fix lint problems in api.py

* Fix lint problems in tests\test_commands.py

* Fix lint problems in tests\test_database.py

* Fix lint problems in tests\test_ping.py

* Fix lint problems in config.py

* Fix lint problems in extensions\admin.py

* Fix lint problems in extensions\administration.py

* Fix lint problems in localizer.py

* Fix lint problems in main.py

* Fix lint problems in README.md

* Fix lint problems in tests\__init__.py

* Fix lint problems in translator.py

* Fix lint problems in utility.py

* Change placeholder bytebin url in .env.example

* Change placeholder bytebin url in .env.example

* Enforced more flake8 rules due to update on branch Development

* Fix lint problems in ai.py

* Fix lint problems in channel.py

* Fix lint problems in extensions\fun.py

* Fix lint problems in extensions\giveaway.py

* Fix lint problems in extensions\image.py

* Fix lint problems in extensions\level.py

* Fix lint problems in extensions\listeners.py

* Fix lint problems in extensions\logs.py

* Fix lint problems in extensions\loops.py

* Fix lint problems in extensions\math.py

* Fix lint problems in extensions\minigames.py

* Fix lint problems in extensions\utility.py

* Fix lint problems in loops directory

* Fix lint problems in minigames\addLevelXp.py

* Fix lint problems in minigames\counting.py

* Fix lint problems in minigames\countingChallenge.py

* Fix lint problems in minigames\countingmodes.py

* Fix lint problems in minigames\wordchain.py

* Fix C901 lint problem in api.py

Occurrence: https://github.com/TanjunBot/new-tanjun/actions/runs/12483189694/job/34838553561?pr=411#step:6:17

* Update logs.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: EntchenEric <eseidel2004@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Flake8 (#417)

* Started applying Flake8 rules

* Finished applying Flake8 rules

* Added command to link and unlink Brawlstars account

* Removed pool parameter from some api routes

* Fixed brawlstars Link command not working

* Defered Buttons in game commands

* Fixed message edit logs not showing edited embeds

* Fixed user update log being empty when avatar is changed

* Fixed brawlstars account linking still not working

* Fixed error in Level Role assinging

* Added hasattr check to prevent errors from occuring

* Fixd edit message log being called when command is being replied

* Update Crowdin configuration file

* Update Crowdin configuration file

* Fixed logs sometimes stop working

* Fixed some missing locales

* New Crowdin updates (#421)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#424)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Updated localizer to work with new localizer system

* New Crowdin updates (#425)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Delete en directory

* Delete de directory

* New Crowdin updates (#426)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#427)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#428)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#429)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Implemented proper english localization and added automatic reporting when missing locale. also added all missing locales

* Fixed issue being opened with locale instead of key

* Introduced threadding to bot

* Introducing Multi threading, try 2

* Introducint multithreading, try 3

* Reverted multi threading

* New Crowdin updates (#430)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#444)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Sharded Bot

* Optimized some brawl stars commands to (hopefully) work faster

* added missing linebreak

* makde defaultLevelupMessage lowercase to hopefully fix string not being found

* added support for english command names

* New Crowdin updates (#450)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* casing is now ignored in translations

* Fixed localizer not supporting en-US and en-GB locales

* changed pool to plain connection to hopefully fix data integrity issues [might get reverted]

* Changed api so that for every request a new connection is opened

* New Crowdin updates (#461)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#462)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#469)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added support for locale keys with _

* Fixed warnconfig not working

* Fixed error in warn command

* New Crowdin updates (#470)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Extended custom_xp scaling capabilities

* removed level param from remove_level_role command

* made raw data only show on test server

* New Crowdin updates (#472)

* New translations locales/en.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Update SECURITY.md

* New Crowdin updates (#494)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to change locale

* removed automatic locale missing issue opener for now

* localized add_role view

* Added avatar Decoration to rank card

* Made warn system less sloppy and made viewwarns command ephemeral

* added warn creator to view Warns

* New Crowdin updates (#741)

* New translations en/.json (bundle: 2)

* New translations de/.json (bundle: 2)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* fixed locales missing

* Fixed locales

* Fixed Hangman progress being wrong when given up

* Fixed Wordle and flag quiz not working

* Added embed if giveaway blacklist is empty

* Fixed texts in compress image being wrong

* New Crowdin updates (#742)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made compression better and displaying old and new file size in compress command

* Made Pagination in level leaderboard command better

* Added some missing locales in the commands

* New Crowdin updates (#743)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Made pages in show_xp_scaling command generate on the fly

* Fixed division by 0 being possible in Rank card

* Fixed Rank card only working if you have a avatar decoration

* Fixed levelRoles being kinda broken and implemented that level_roles that the user is not suitable for are removed

* Added ranges to all params

* Fixed calculator cant be opened

* Added 2 missing starPowers

* New Crowdin updates (#744)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed Locales in num2word command not using long country locales

* (hopefully) Fixed message_edit log being called with no changes

* Fixed not all functions can be deratived

* Added support for pinging in brawlstars player tag

* Added interaction check and timeout disable to calculator

* Fixed prefered_locale being addressed as locale often

* Added command to unblock reporter

* renamed some member params to user for consistency

* Removed unsupported legacy commands

* New Crowdin updates (#749)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed some errors/issues that came up in testing the bot

* Removed some prints

* Changed some default locales to english instead of german

* New Crowdin updates (#750)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added new counting modes and fixed some issues with current counting modes

* Removed testing code I forgot to remove

* reduced propability for tanjun to count again

* New Crowdin updates (#751)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Re-Enabled issue-creation when a locale is missing

* New Crowdin updates (#752)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Changed template backgrounds to a gradient color

* Made farewell and welcome custom background require pro

* New Crowdin updates (#753)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4) (#755)

* Fixed bug in Giveaway Preview

* Fixed reported user not being mentioned in reports

* Fixed member not being mentioned in nick command

* Fixed error in ticket create command if no channel provided

* New Crowdin updates (#758)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#761)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Added command to copy emoji

* Added command to send update notice to all admins

* for now, removed embed changes from logs

* Fixed error with brawl stars commands

* made club tag non optional

* Fixed view not being displayed when only one twitch notification

* Fixed repeat not doing anything in schedulemessage

* Fixed repeat_intervall and repeat_amount mixup

* added repeat_amount to command call

* Removed Pro Requirement from level blacklist command

* change font import url in ticket transcript

* Fixed connect4 custom size not requireing plus

* Updated link in update notice

* 1.0 Release

* New Crowdin updates (#764)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#773)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed help command showing raw command names

* Fixed some categorys dont working in help command

* Added admin commands to make debugging easyer

* Fixed error message in trigger_message_send and made error messages in api helpful

* DEBUGGING API NOT SAVING AND NO ERROR

* Fixed execute_action and execute_query mixup

* Fixed joinToCreate not working

* Fixed dynamicslowmode formula making no sence

* New Crowdin updates (#787)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New Crowdin updates (#792)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* Fixed ticket creation bug with opted_out message being reversed

* Fixed interaction.reply -> interaction.response.send_message

* Fixed ticket creation mixing up params

* Fixed name being wrong

* Fixed tickets cant be closed (hopefully)

* Fixed ticket not opening

* Fixed all logs being disabled

* Debugging logs dont work

* Debugging Log not working

* Debugging logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Debugging Logs not working

* Fixed playerinfo not working when not in a clib

* Fixed minor formatting error

* Debugging Logs not working

* Debugging Logs not workinbg

* Debugging logs not working

* Debugging logs not working

* made logs work

* Added ad for pokemon discord (will be removed in future)

* Fixed bozo error

* Added raise for debugging

* Made pokemon ad in embed and made it send to specified times

* Changed to dateTime

* Updated pokemon ad

* Fixed adding twitch online notification not working

* Made help command work better and faster

* Fixed autopublish not working

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arion2000 <github@arion2000.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pygments from 2.18.0 to 2.19.0 (#814)

Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump anyio from 4.7.0 to 4.8.0 (#813)

Bumps [anyio](https://github.com/agronholm/anyio) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/anyio/compare/4.7.0...4.8.0)

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openai from 1.58.1 to 1.59.3 (#812)

Bumps [openai](https://github.com/openai/openai-python) from 1.58.1 to 1.59.3.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.58.1...v1.59.3)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump scipy from 1.14.1 to 1.15.0 (#809)

Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump num2words from 0.5.13 to 0.5.14 (#803)

Bumps [num2words](https://github.com/savoirfairelinux/num2words) from 0.5.13 to 0.5.14.
- [Release notes](https://github.com/savoirfairelinux/num2words/releases)
- [Changelog](https://github.com/savoirfairelinux/num2words/blob/master/CHANGES.rst)
- [Commits](https://github.com/savoirfairelinux/num2words/compare/v0.5.13...v0.5.14)

---
updated-dependencies:
- dependency-name: num2words
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nbconvert from 7.16.4 to 7.16.5 (#802)

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.4 to 7.16.5.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.16.4...v7.16.5)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pyparsing from 3.1.4 to 3.2.1 (#801)

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.4...3.2.1)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump twitchapi from 1.2.3 to 4.4.0 (#797)

Bumps [twitchapi](https://github.com/Teekeks/pyTwitchAPI) from 1.2.3 to 4.4.0.
- [Release notes](https://github.com/Teekeks/pyTwitchAPI/releases)
- [Changelog](https://github.com/Teekeks/pyTwitchAPI/blob/master/docs/changelog.rst)
- [Commits](https://github.com/Teekeks/pyTwitchAPI/commits/v4.4.0)

---
updated-dependencies:
- dependency-name: twitchapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pillow from 11.0.0 to 11.1.0 (#798)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...11.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mistune from 3.0.2 to 3.1.0 (#799)

Bumps [mistune](https://github.com/lepture/mistune) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](https://github.com/lepture/mistune/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arion2000 <github@arion2000.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#806)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

* New translations locales/en.json (bundle: 4)

* New translations locales/de.json (bundle: 4)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Arion2000 <github@arion2000.xyz>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants