viperadnan-git / google-drive-telegram-bot

A Google Drive Telegram Bot for managing, cloning files, uploading files on Google Drive
GNU General Public License v3.0
607 stars 1.6k forks source link

Update config.py #116

Closed Thajudecodes closed 1 year ago

Thajudecodes commented 1 year ago

The issue with the code was:

.. Class names were not capitalized. ..BotCommands class constants were not capitalized. ..Messages class constants were not written in all capital letters. ..n the HELP_MSG constant, the usage of f-strings were incorrect, resulting in some commands not being formatted ..n the FILE_NOT_FOUND_MESSAGE constant, the string format was not used properly.