mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 18:23:01 +01:00
Fix fortune.py input issues
This commit is contained in:
parent
369f26932e
commit
be5e7906da
@ -24,6 +24,7 @@ def send_fortune(args):
|
|||||||
|
|
||||||
if count < 0 or count > 20:
|
if count < 0 or count > 20:
|
||||||
toxic_api.display("Argument is too large!")
|
toxic_api.display("Argument is too large!")
|
||||||
|
return
|
||||||
|
|
||||||
name = toxic_api.get_nick()
|
name = toxic_api.get_nick()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user