post when its reconnected again

This commit is contained in:
Luke Robles 2022-10-12 20:34:03 -07:00
parent 43be905d5b
commit 31759cf76a

View File

@ -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")