source: python-cinema-club-bot/persistence.py@ ac7b16a

Last change on this file since ac7b16a was 0d67456, checked in by Mikhail Kirillov <w96k@…>, on Oct 9, 2024 at 1:45:08 AM

Add /remove and /list commands (unfinished)

  • Property mode set to 100644
File size: 91 bytes
Line 
1from telegram.ext import PicklePersistence
2
3Persistence = PicklePersistence(filepath='db')
Note: See TracBrowser for help on using the repository browser.