Kaveen Kumarasinghe 2 years ago
parent 7aedc7f2c6
commit c8f60f83dd

@ -1,7 +1,10 @@
# Features
# Requirements
`python3.9 -m pip install -r requirements.txt`
**I reccomend using python 3.9!**
**I recommend using python 3.9!**
OpenAI API Key (https://beta.openai.com/docs/api-reference/introduction)

@ -374,7 +374,7 @@ class GPT3ComCon(commands.Cog, name='GPT3ComCon'):
class RedoButtonView(discord.ui.View): # Create a class called MyView that subclasses discord.ui.View
@discord.ui.button(label="Redo", style=discord.ButtonStyle.primary,
@discord.ui.button(label="", style=discord.ButtonStyle.primary,
emoji="🔄") # Create a button with the label "😎 Click me!" with color Blurple
async def button_callback(self, button, interaction):

Loading…
Cancel
Save