fix transfer message
This commit is contained in:
@ -75,7 +75,7 @@ class Telegram(metaclass=Singleton):
|
||||
|
||||
try:
|
||||
if text:
|
||||
caption = f"*{title}*\n\n{text}"
|
||||
caption = f"*{title}*\n{text}"
|
||||
else:
|
||||
caption = title
|
||||
|
||||
|
Reference in New Issue
Block a user