typo in error message
parent
5c0f43ed7b
commit
d6f2fd47f0
|
@ -94,8 +94,8 @@ class GeoffreyBot(commands.Bot):
|
||||||
error_str = "Well bud, you got this far. Good job! But you still h*cked up the syntax. Check {}help." \
|
error_str = "Well bud, you got this far. Good job! But you still h*cked up the syntax. Check {}help." \
|
||||||
.format(self.prefix)
|
.format(self.prefix)
|
||||||
elif e == "DataError":
|
elif e == "DataError":
|
||||||
error_str = "Slow down their slugger, that's a logn word or number you are trying to cram into me, try " \
|
error_str = "Slow down their slugger, that's a long word or number you are trying to cram into me, try " \
|
||||||
"again with something smaller"
|
"again with something smaller, please"
|
||||||
|
|
||||||
if error_str is '':
|
if error_str is '':
|
||||||
await self.send_error_message(
|
await self.send_error_message(
|
||||||
|
|
Loading…
Reference in New Issue