6 lines
98 B
Python
6 lines
98 B
Python
from .sacrifice import SacrificeCog
|
|
|
|
def setup(bot):
|
|
n = SacrificeCog(bot)
|
|
bot.add_cog(n)
|