mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
Discord token is now in an env variable
This commit is contained in:
@@ -4,6 +4,7 @@ from dotenv import load_dotenv
|
||||
import os
|
||||
load_dotenv()
|
||||
perspective_api_key = os.getenv("PERSPECTIVE_API_KEY")
|
||||
discord_token = os.getenv("DISCORD_TOKEN")
|
||||
max_uses: int = 400
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user