diff --git a/modules/clock.py b/modules/clock.py index f848423..e31c00e 100755 --- a/modules/clock.py +++ b/modules/clock.py @@ -265,6 +265,8 @@ def yi(phenny, input): extraraels, remainder = divide(remainder, 432000) if extraraels == 4: return phenny.say('Yes! PARTAI!') + elif extraraels == 3: + return phenny.say('Soon...') else: phenny.say('Not yet...') yi.commands = ['yi'] yi.priority = 'low'