mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Initial NodeBB support; Add /wikipedia, /octospacc commands
This commit is contained in:
@@ -27,6 +27,12 @@ from hmac import new as hmac_new
|
||||
|
||||
TelegramClient = None
|
||||
|
||||
# def telegram_trim_message(text:str) -> str:
|
||||
# return trim_message(text, 4096)
|
||||
|
||||
# def telegram_trim_caption(text:str) -> str:
|
||||
# return trim_message(text, 1024)
|
||||
|
||||
def TelegramMain(path:str) -> bool:
|
||||
if not TelegramToken:
|
||||
return False
|
||||
|
Reference in New Issue
Block a user