2018-05-14 16:12:40 -04:00

6 lines
98 B
Python

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