mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
...
This commit is contained in:
parent
ac6271564d
commit
6a2da1456f
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -141,6 +141,7 @@ if __name__ == "__main__":
|
|||
while len(text) != 0:
|
||||
api.update_status(status = text[:130])
|
||||
text = text[130:]
|
||||
time.sleep(1)
|
||||
|
||||
else:
|
||||
api.update_status(status = (command + COMMAND_NAME_SEPERATOR + output))
|
||||
|
|
Loading…
Reference in a new issue