mirror of https://github.com/coddrago/Heroku
Update updater.py
parent
e333ddfa0d
commit
76a433580f
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue