From da4f40475679309f6a71f3ae7ee1e687c3c147d7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2016 20:08:43 +0200 Subject: [PATCH] Something --- .gitmodules | 2 +- bot.py | 1 + steam-match => steammatch | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename steam-match => steammatch (100%) 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