smol fixes
This commit is contained in:
parent
17d801a34f
commit
b801edaa45
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue