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])