This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Conversation
chore(core/db): remove old SettingsRepo trait
….. 😪 CHANGES: --- Settings: feat(bot/modules): implement ModuleManager, add a basic trait for implementing custom modules feat(bot/modules): implement Currency and Cobalt modules feat(commands/settings): add a handler for the `/settings` command --- Core: feat(paginator): update the paginator to build a clean paginator (without any items) and build one with existing items; apply changes from clippy feat(dispatcher): organize imports feat(util/enums, bot/commander): remove old currency settings enumerations feat(chat): update the registration process for new groups and when the user has unblocked the bot chore(core/config/json): organize imports --- speech recognition: chore(core/services/speech_recognition): move Speech Recognition / Paraphase functions to the core/services folder chore(core/services/speech_recognition): `transcription_handler` now requires a reference to `teloxide.types.Message` instead of ownership (cloning) it chore(commands/speech_recognition): use let...else construct to unwrap Message type instead of classic if-else + clippy, organizing imports --- whisper: chore(callbacks/whisper): some refactoring + add TODOs chore(inlines/whisper): accept clippy changes --- currency conversion: chore(core/services/currencier): organize imports feat(inlines/currency): check if the currency converter is enabled by the user feat(services/currency): check if the currency converter is enabled for the group chore(util/currency_values): move from core/services/currency to src/util folder feat(messager): check if currency converter module is enabled for user/group before processing --- Cobalt: feat(keyboards/cobalt): move cobalt settings pagination to the src/modules folder; build a photo-like keyboard using Paginator impl (from paginator.rs) chore(callbacks/cobalt_pagination): accept clippy changes + organize imports feat(inlines/cobalter): check if the module is enabled by the user chore(cobalt): move the main cobalt implementations to the core/services folder and other changes, such as moving all (perhaps) keyboards to the new pagination system and a LOT OF CLIPPY changes (changes) *Finished this commit with a song "Korn - Get Up!"*
…or refactoring from me
…bit lazy as before
…lso removes thumbnail placeholder)
c7a54ad to
697d872
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important commits:
This PR includes: