This commit is contained in:
unknown 2023-03-18 17:23:15 +01:00
parent 8a6af69193
commit 45afa6c5fa
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from redbot.core.bot import Red from redbot.core.bot import Red
from .reginaldgpt import ReginaldGptCog from .reginaldgptCog import ReginaldGptCog
def setup(bot: Red): def setup(bot: Red):
cog = ReginaldGptCog(bot) cog = ReginaldGptCog(bot)