1
0
Fork 0
mirror of synced 2024-06-02 10:44:32 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-10-09 17:03:37 -05:00
parent adf41cc7e6
commit 5471f5d072

View file

@ -59,8 +59,7 @@ class Mod:
try:
member = converter.convert()
except commands.converter.BadArgument:
await self.bot.say("{} does not appear to be a valid member. "
"If this member is not in this server, please provide their ID".format())
await self.bot.say("{} does not appear to be a valid member. If this member is not in this server, please provide their ID".format(member))
return
# Now lets try actually banning the member we've been given
try: