Skip to content

Commit

Permalink
remove markdown encode for novel update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Oct 3, 2024
1 parent 641390b commit a2a71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def novelUpdate():
else:
reply.append(f"Novel update is not currently available")

return MarkdownV2Encode(reply)
return reply


def restore():
Expand Down

0 comments on commit a2a71cf

Please sign in to comment.