added setup function
This commit is contained in:
parent
8dd2ce0cdb
commit
42d698ffa5
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class Meme(BotBaseCog):
|
|||
|
||||
def __init__(self, bot):
|
||||
super().__init__(bot)
|
||||
super().setup(__class__.__name__)
|
||||
|
||||
async def answer_question(self, topic, model="gpt-3.5-turbo"):
|
||||
headers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue