Fixing import issue

This commit is contained in:
AllfatherHatt 2025-02-20 19:28:45 +01:00
parent 72e9a0135f
commit 76df917f76

View File

@ -3,7 +3,7 @@ import openai
import random import random
import asyncio import asyncio
from redbot.core import Config, commands from redbot.core import Config, commands
from openai.error import OpenAIError from openai import OpenAIError
class ReginaldCog(commands.Cog): class ReginaldCog(commands.Cog):
def __init__(self, bot): def __init__(self, bot):