HighestMasteryCommand.py done done done
This commit is contained in:
parent
8a880de0e5
commit
6b177b7343
1 changed files with 2 additions and 3 deletions
|
|
@ -37,9 +37,8 @@ class HighestMastery(APICommands.Command.Command, ABC):
|
|||
elif not firstIsInt: # no number given
|
||||
try:
|
||||
sumname = APICommands.Command.getSummonerNameFromMessage(message, 1)
|
||||
except Exception as e:
|
||||
await message.channel.send(err)
|
||||
print("Exception in Mastery " + str(e))
|
||||
except:
|
||||
await self.usage(message)
|
||||
if sumname != "":
|
||||
try:
|
||||
listlen = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue