mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4c53719d8
|
@@ -305,6 +305,7 @@ def main():
|
||||
MessageHandler((filters.Regex(regex.x_url) | filters.Regex(regex.pixiv_url)) | filters.Regex(
|
||||
regex.bsky_url) & filters.ChatType.PRIVATE,
|
||||
handel_url_media),
|
||||
CommandHandler("start", cmd_set_template),
|
||||
CommandHandler("set_forward_channel", cmd_set_forward_channel),
|
||||
CommandHandler("remove_forward_channel", cmd_remove_forward_channel),
|
||||
CommandHandler("edit_before_forward", cmd_edit_before_forward),
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
python-telegram-bot[webhooks]~=21.7
|
||||
python-telegram-bot[webhooks]~=22.3
|
||||
httpx[http2]~=0.27
|
||||
uvloop~=0.21; sys_platform != 'win32'
|
||||
async-pixiv @ git+https://github.com/TheFunny/async-pixiv@main
|
||||
Reference in New Issue
Block a user