bart-kneepkens / SpellingCopBot

SpellingCop enforces custom spelling rules in Telegram chats
3 stars 1 forks source link

A groupchat's ID changes when it is upgraded to a supergroup. The bot should handle this appropriately. #16

Closed bart-kneepkens closed 6 years ago

bart-kneepkens commented 6 years ago

Currently, a group's rules are persisted in a file with the chat id as a name. If a group is upgraded to supergroup, the rules will therefore be lost.

The bot should rename the persistence file in this case.

bart-kneepkens commented 6 years ago

Done in 0705506.