mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-18 23:06:36 +02:00
Fix fortune.py input issues
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user