Fox-V3/lovecalculator/__init__.py

6 lines
98 B

from .lovecalculator import LoveCalculator
def setup(bot):
bot.add_cog(LoveCalculator(bot))