Skip to content

Commit fcba4a2

Browse files
committed
quickfix
1 parent f5aef04 commit fcba4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scdlbot/scdlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self, tg_bot_token, botan_token, google_shortener_api_key, bin_path
9797

9898
dispatcher.add_error_handler(self.error_callback)
9999

100-
self.bot_username = self.updater.bot.get_me().username
100+
self.bot_username = "@scdlbot" # self.updater.bot.get_me().username
101101
self.RANT_TEXT = "[PLEASE PRESS HERE TO READ HELP IN MY PM](t.me/" + bot_username + "?start=1)"
102102

103103
def run(self, use_webhook=False, app_url=None, app_port=None, cert_file=None):

0 commit comments

Comments
 (0)