mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
troubleshoot env vars
This commit is contained in:
@@ -5,6 +5,7 @@ from app.mabel.connect_openai import chatgpt_response
|
||||
|
||||
load_dotenv()
|
||||
discord_token=os.getenv('DISCORD_TOKEN')
|
||||
print("DISCORD_TOKEN: ", discord_token)
|
||||
class MyClient(discord.Client):
|
||||
async def on_ready(self):
|
||||
print('Logged in as: ', self.user)
|
||||
|
||||
Reference in New Issue
Block a user