#trying to make a command but there is an int problem

1 messages · Page 1 of 1 (latest)

lone badge
#

soo this is the error

#

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'

hollow swift
#

should be time: int for type hinting

empty sun
#

In your task delay is a String it should be an int

hollow swift
#

also your indentation in else: and url

#

oh wait it should be time: int = None if i am correct

hollow swift