📝 Small spelling mistake
This commit is contained in:
@ -33,7 +33,7 @@ def time_in_range(start, end, x):
|
|||||||
else:
|
else:
|
||||||
return start <= x or x <= end
|
return start <= x or x <= end
|
||||||
|
|
||||||
# Responds with a greeting of a time-aprpriate maner
|
# Responds with a greeting of a time-appropriate maner
|
||||||
def helloFunc(author):
|
def helloFunc(author):
|
||||||
now = datetime.datetime.now()
|
now = datetime.datetime.now()
|
||||||
if time_in_range(now.replace(hour=5, minute=0, second=0, microsecond=0),now.replace(hour=10, minute=0, second=0, microsecond=0), now):
|
if time_in_range(now.replace(hour=5, minute=0, second=0, microsecond=0),now.replace(hour=10, minute=0, second=0, microsecond=0), now):
|
||||||
|
Reference in New Issue
Block a user