1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:37:46 +02:00

Fix fortune.py input issues

This commit is contained in:
= 2017-05-24 10:10:18 -04:00
parent 369f26932e
commit be5e7906da

View File

@ -24,6 +24,7 @@ def send_fortune(args):
if count < 0 or count > 20:
toxic_api.display("Argument is too large!")
return
name = toxic_api.get_nick()