mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Something
This commit is contained in:
parent
48359cb597
commit
da4f404756
3 changed files with 2 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "steam-match"]
|
[submodule "steam-match"]
|
||||||
path = steam-match
|
path = steammatch
|
||||||
url = https://github.com/Steffo99/steam-match.git
|
url = https://github.com/Steffo99/steam-match.git
|
||||||
|
|
1
bot.py
1
bot.py
|
@ -9,6 +9,7 @@ import osu
|
||||||
import lol
|
import lol
|
||||||
import discord
|
import discord
|
||||||
import subprocess
|
import subprocess
|
||||||
|
from steam-match i
|
||||||
|
|
||||||
# Elenco di username dei membri della RYG
|
# Elenco di username dei membri della RYG
|
||||||
royalgames = json.loads(filemanager.readfile("db.json"))
|
royalgames = json.loads(filemanager.readfile("db.json"))
|
||||||
|
|
Loading…
Reference in a new issue