re-enabled error catching for setplayermods
This commit is contained in:
parent
c3c700d242
commit
0dd906aac5
|
@ -1007,8 +1007,8 @@ class LeagueSetPlayerModifiersCommand(Command):
|
|||
await msg.channel.send("You got it, boss. Divine intervention, served by yours truly.")
|
||||
except IndexError:
|
||||
raise CommandError("You didn't give us enough info, chief. Check the help text.")
|
||||
#except ValueError:
|
||||
#raise CommandError("Those modifiers didn't make a lick of sense. Try again with sensible numbers this time.")
|
||||
except ValueError:
|
||||
raise CommandError("Those modifiers didn't make a lick of sense. Try again with sensible numbers this time.")
|
||||
|
||||
|
||||
class LeagueSubscribeCommand(Command):
|
||||
|
|
Loading…
Reference in a new issue