Spaces:
Running
Running
Update app.py
Browse files
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'))
|