Update updater.py

pull/167/head^2
Who? 2025-08-22 17:52:55 +07:00 committed by GitHub
parent e333ddfa0d
commit 76a433580f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -698,10 +698,10 @@ class UpdaterMod(loader.Module):
"""| stops your userbot"""
if "LAVHOST" in os.environ:
await utils.answer(message, self.strings[" lavhost_stop"]
await utils.answer(message, self.strings[" lavhost_stop"])
await self.client.send.message("lavhostbot", "⏹ Stop")
else:
await utils.answer(message, self.strings[" ub_stop"]
await utils.answer(message, self.strings[" ub_stop"])
exit()