5 lines
98 B
Python
5 lines
98 B
Python
from .reginald import ReginaldCog
|
|
|
|
def setup(bot):
|
|
cog = ReginaldCog(bot)
|
|
bot.add_cog(cog) |