6 lines
147 B
Python
Raw Normal View History

2023-03-18 17:23:15 +01:00
from .reginaldgptCog import ReginaldGptCog
2023-03-18 17:27:50 +01:00
from redbot.core.bot import Red
2023-03-18 17:15:15 +01:00
def setup(bot: Red):
cog = ReginaldGptCog(bot)
bot.add_cog(cog)