6 lines
65 B
Python
6 lines
65 B
Python
from .dad import Dad
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Dad(bot))
|