Telegram-SpottedDMI-Bot
Telegram-SpottedDMI-Bot copied to clipboard
Feat: warn and mute command
Prerequisites
- [x] I have read and understood the contributing guide.
- [x] The commit message follows the conventional commits guidelines. (mostly)
- [ ] Tested the changes locally with a real Telegram bot.
- [ ] Introduced tests for the changes have been added (for bug fixes / features).
- [ ] Docs have been added/updated (for bug fixes / features).
- [ ] I have updated the
CHANGELOG.rstfile with an overview of the changes made.
Description
Adding /warn and /mute command to the bot functionalities
Issue closed by this PR
- [ closes #109 ]
- [ closes #131 ]
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Python version you are using
Python 3.10.12
@TendTo I'd need to change the settings yaml but there's no placeholder file for default settings, is this behaviour intended?
@TendTo I'd need to change the settings yaml but there's no placeholder file for default settings, is this behaviour intended?
Do you mean src/spotted/config/yaml/settings.yaml?
@TendTo I'd need to change the settings yaml but there's no placeholder file for default settings, is this behaviour intended?
Do you mean src/spotted/config/yaml/settings.yaml?
My bad, I missed from the new documentation the new way of creating your own settings and the absence of a settings.yaml.default file
we could close this for https://github.com/UNICT-DMI/Telegram-SpottedDMI-Bot/pull/155