Closed WikiWikiWasp closed 2 years ago
Turns out the example given in the description was due to a simple error in using >
instead of >=
.
Looking into the voice channel responses once more users join for testing
since this fix was just a single character, I pushed it straight to the main branch instead of going through the feature>main PR process for just that change
Description
The
f.time
command should respond as such:voicechannelname
"It seems to work sometimes but not others, even with one of the matching conditions shown above.
I believe the issue lies in how the time is initially captured with
datetime.now()
and will need to be tweaked for more consistency.Examples
Example of when the response should have been "its that time of night, fam"
Suggestions
Some suggestions off the top of my head:
datetime.now(timezone=cdst)
or something similar__init__
and make the conditional comparisons based on thatAcceptance Criteria
f.time
with the correct conditional responseNotes
n/a