source: persistence.py

Last change on this file 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.