From b801edaa454512b4f7992a7ffaa6967414fbf7e9 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 5 Oct 2021 11:30:01 +0200 Subject: [PATCH] smol fixes --- iLeague.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iLeague.py b/iLeague.py index ac9e5ad..e888cc3 100644 --- a/iLeague.py +++ b/iLeague.py @@ -140,7 +140,7 @@ class MyClient(discord.Client): await message.channel.send(err) print("Exception in Mastery " + str(e)) if sumname != "": - if not self.checkSumname(sumname): + if not await self.checkSumname(sumname, message): return try: listlen = int(message.content.split(" ")[1])