6 lines
98 B
Python
6 lines
98 B
Python
from .lovecalculator import LoveCalculator
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(LoveCalculator(bot))
|