Telegram-SpottedDMI-Bot icon indicating copy to clipboard operation
Telegram-SpottedDMI-Bot copied to clipboard

Feat: warn and mute command

Open alepiaz opened this issue 1 year ago • 4 comments
trafficstars

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.rst file 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

alepiaz avatar Nov 26 '23 15:11 alepiaz

@TendTo I'd need to change the settings yaml but there's no placeholder file for default settings, is this behaviour intended?

alepiaz avatar Nov 27 '23 00:11 alepiaz

@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 avatar Nov 27 '23 00:11 TendTo

@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

alepiaz avatar Nov 27 '23 00:11 alepiaz

we could close this for https://github.com/UNICT-DMI/Telegram-SpottedDMI-Bot/pull/155

Helias avatar Jan 03 '24 17:01 Helias