post when its reconnected again

This commit is contained in:
Luke Robles 2022-10-12 20:34:03 -07:00
parent 169de2c8fc
commit 2faeb8df6e

View File

@ -30,8 +30,8 @@ async def on_ready():
type=discord.ActivityType.listening, name="type !help" type=discord.ActivityType.listening, name="type !help"
), ),
) )
# if os.getenv("DRAGON_ENV") == "prod": if os.getenv("DRAGON_ENV") == "prod":
# await bot.get_channel(152921472304676865).send("I have reconnected") await bot.get_channel(152921472304676865).send("I have reconnected")
@bot.listen("on_message") @bot.listen("on_message")