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