diff --git a/bot/__init__.py b/bot/__init__.py index 721238e3e02..297762ba8c6 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -257,7 +257,7 @@ def mktable(): try: IMAGE_URL = getConfig('IMAGE_URL') if len(IMAGE_URL) == 0: - IMAGE_URL = 'https://telegra.ph/file/89a98d9634d296e516961.jpg' + IMAGE_URL = 'https://telegra.ph/file/db03910496f06094f1f7a.jpg' except KeyError: IMAGE_URL = 'https://telegra.ph/file/db03910496f06094f1f7a.jpg'