mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
...
This commit is contained in:
parent
494e7ba142
commit
02fe0d893b
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -72,7 +72,7 @@ if __name__ == "__main__":
|
||||||
else:
|
else:
|
||||||
lastChangeDM = lastChangeDM[0].GetId()
|
lastChangeDM = lastChangeDM[0].GetId()
|
||||||
lastChangeT = api.mentions_timeline()
|
lastChangeT = api.mentions_timeline()
|
||||||
if len(tmp) != 0:
|
if len(lastChangeT) != 0:
|
||||||
lastChangeT = lastChangeT[0].GetId()
|
lastChangeT = lastChangeT[0].GetId()
|
||||||
|
|
||||||
while true:
|
while true:
|
||||||
|
|
Loading…
Reference in a new issue