Upd horsy to 140320221219

This commit is contained in:
BarsTiger
2022-03-14 12:46:48 +02:00
parent c85b2be089
commit 988832acfb
25 changed files with 1458 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
from pypresence import Presence
from resources.lib.config import config
import time
rpc = Presence("896669007342633000")
try:
rpc.connect()
if config['showrpc']:
rpc.update(details="Just started app", state="Nothing is beeing listened...", large_image="multimate",
start=int(time.time()))
except:
pass