Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YashMorya authored Apr 30, 2021
1 parent 632fb84 commit 754fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightYagami/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def start(update: Update, context: CallbackContext):
]]))
else:
update.effective_message.reply_video(
LIGHT_IMG, caption=f"Let's Kill Bad Peoples\nBy Writing Those Name On Death Note")
LIGHT_IMG, caption=f"Let's Kill Bad Peoples\n✞By Writing Those Name On Death Note")
# for test purposes
def error_callback(update: Update, context: CallbackContext):
error = context.error
Expand Down

0 comments on commit 754fe2f

Please sign in to comment.