From 5782e80824d1c396e2f32083750a5eb850142ff6 Mon Sep 17 00:00:00 2001 From: iwumingz Date: Mon, 11 Apr 2022 22:00:50 +0800 Subject: [PATCH] Update BadRequest --- tools/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/constants.py b/tools/constants.py index c1543ec..ffa078c 100644 --- a/tools/constants.py +++ b/tools/constants.py @@ -33,7 +33,8 @@ INSTALL_SPEEDTEST: str = f"""wget -qO- "{SPEEDTEST_URL}" | tar zx -C ./data spee SPEEDTEST_RUN: str = f'{SPEEDTEST_PATH_FILE} --accept-license --accept-gdpr -f json' # ------------- sticker -------------- -STICKER_BOT: int = 429000 +# STICKER_BOT: int = 429000 +STICKER_BOT: str = "@Stickers" STICKER_IMG: str = './data/img/tmp.png' STICKER_DESCRIP: str = b'A Telegram user has created the Sticker\xc2\xa0Set.'.decode( 'utf-8')