mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-08 06:46:37 +01: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