2023-03-18 17:23:15 +01:00

6 lines
147 B
Python

from redbot.core.bot import Red
from .reginaldgptCog import ReginaldGptCog
def setup(bot: Red):
cog = ReginaldGptCog(bot)
bot.add_cog(cog)