diff --git a/bot/__init__.py b/bot/__init__.py index 50e6509..20db05a 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -152,10 +152,6 @@ try: ENABLE_FILESIZE_LIMIT = False except KeyError: ENABLE_FILESIZE_LIMIT = False -try: - IMAGE_URL = getConfig('IMAGE_URL') -except KeyError: - IMAGE_URL = None try: UPTOBOX_TOKEN = getConfig('UPTOBOX_TOKEN') except KeyError: