artintel235 commited on
Commit
bf5669e
·
verified ·
1 Parent(s): a8b73b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,4 +60,5 @@ async def generate(ctx, *, prompt: str):
60
  await ctx.send(f"Failed to generate image: {image_url}")
61
 
62
  # Run the bot
 
63
  bot.run(os.getenv('DISCORD_BOT_TOKEN'))
 
60
  await ctx.send(f"Failed to generate image: {image_url}")
61
 
62
  # Run the bot
63
+ print(os.getenv('DISCORD_BOT_TOKEN'))
64
  bot.run(os.getenv('DISCORD_BOT_TOKEN'))