#trying to make a command but there is an int problem
1 messages · Page 1 of 1 (latest)
the command must be like
#notify Something 25
but he cant get the 25 idk why
Command raised an exception: TypeError: '<=' not supported between instances of 'str' and 'int'
should be time: int for type hinting
In your task delay is a String it should be an int
also your indentation in else: and url
oh wait it should be time: int = None if i am correct
this too