Skip to content

Commit

Permalink
Code By @TheTeamAlexa
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeamAlexa authored Jan 15, 2024
1 parent 8833fc5 commit 1471e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlexaMusic/plugins/tools/reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def restartbot(client, message: Message, _):
await asyncio.sleep(1)
try:
db[message.chat.id] = []
await Yukki.stop_stream(message.chat.id)
await Alexa.stop_stream(message.chat.id)
except:
pass
chat_id = await get_cmode(message.chat.id)
Expand All @@ -80,7 +80,7 @@ async def restartbot(client, message: Message, _):
pass
try:
db[chat_id] = []
await Yukki.stop_stream(chat_id)
await Alexa.stop_stream(chat_id)
except:
pass
return await mystic.edit_text(
Expand Down

0 comments on commit 1471e69

Please sign in to comment.