fix .yi
This commit is contained in:
@@ -256,7 +256,7 @@ beats.commands = ['beats']
|
|||||||
beats.priority = 'low'
|
beats.priority = 'low'
|
||||||
|
|
||||||
def divide(input, by):
|
def divide(input, by):
|
||||||
return (input / by), (input % by)
|
return (input // by), (input % by)
|
||||||
|
|
||||||
def yi(phenny, input):
|
def yi(phenny, input):
|
||||||
"""Shows whether it is currently yi or not."""
|
"""Shows whether it is currently yi or not."""
|
||||||
|
|||||||
Reference in New Issue
Block a user