bot: Fix manual check response
All checks were successful
Build Docker / Build Docker (push) Successful in 17s

This commit is contained in:
Nathan Woodburn 2023-10-01 23:06:55 +11:00
parent 1e643f929d
commit b5df6efead
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

2
bot.py
View File

@ -441,7 +441,7 @@ async def manualsslcheck(ctx):
await ctx.response.send_message("SSL checking",ephemeral=True)
await checkForSSLExpiry()
await ctx.response.send_message("SSL check complete",ephemeral=True)
await ctx.channel.send("SSL check complete",ephemeral=True)
# When the bot is ready