Livechat
- Fixed forgetting to import "showActualGameMessage" - Changed filename "launchPrivateChat" to "showPrivateChat.js" - Fixed bug on buttons "private" and "game" Global - Reorganize folders
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
import time
|
||||
|
||||
while True:
|
||||
print("Update")
|
||||
time.sleep(20)
|
Reference in New Issue
Block a user