diff --git a/.gitmodules b/.gitmodules index 0a605670..0b8fb067 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "steam-match"] - path = steam-match + path = steammatch url = https://github.com/Steffo99/steam-match.git diff --git a/bot.py b/bot.py index 7f6fe9ab..71fd0835 100644 --- a/bot.py +++ b/bot.py @@ -9,6 +9,7 @@ import osu import lol import discord import subprocess +from steam-match i # Elenco di username dei membri della RYG royalgames = json.loads(filemanager.readfile("db.json")) diff --git a/steam-match b/steammatch similarity index 100% rename from steam-match rename to steammatch