diff --git a/app/bot.py b/app/bot.py index bfcce079..9bc2c1cc 100755 --- a/app/bot.py +++ b/app/bot.py @@ -30,8 +30,8 @@ async def on_ready(): type=discord.ActivityType.listening, name="type !help" ), ) - # if os.getenv("DRAGON_ENV") == "prod": - # await bot.get_channel(152921472304676865).send("I have reconnected") + if os.getenv("DRAGON_ENV") == "prod": + await bot.get_channel(152921472304676865).send("I have reconnected") @bot.listen("on_message")