Added downvote

This commit is contained in:
Paillat
2023-03-09 16:22:15 +01:00
parent 387c0ee389
commit 218bf2aa03
2 changed files with 41 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ import openai
load_dotenv()
perspective_api_key = os.getenv("PERSPECTIVE_API_KEY")
discord_token = os.getenv("DISCORD_TOKEN")
webhook_url = os.getenv("WEBHOOK_URL")
max_uses: int = 400
logging.basicConfig(level=logging.INFO)