mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-03 04:19:48 -08:00
dont load env variables from .env in docker container
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import discord
|
||||
from app.mabel.connect_openai import chatgpt_response
|
||||
|
||||
load_dotenv()
|
||||
#load_dotenv()
|
||||
discord_token=os.getenv('DISCORD_TOKEN')
|
||||
print("DISCORD_TOKEN: ", discord_token)
|
||||
class MyClient(discord.Client):
|
||||
|
||||
Reference in New Issue
Block a user