Skip to content

Commit

Permalink
Alexa Music
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeamAlexa authored Nov 29, 2023
1 parent 62f2cf4 commit 7f672be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlexaMusic/plugins/bot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_stats():
message.chat.id,
photo=thumbnail,
caption=searched_text,
parse_mode="markdown",
parse_mode=enums.ParseMode.MARKDOWN,
reply_markup=key,
)
if await is_on_off(config.LOG):
Expand Down

0 comments on commit 7f672be

Please sign in to comment.