bot: Fix manual check response
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
This commit is contained in:
parent
1e643f929d
commit
b5df6efead
2
bot.py
2
bot.py
@ -441,7 +441,7 @@ async def manualsslcheck(ctx):
|
|||||||
|
|
||||||
await ctx.response.send_message("SSL checking",ephemeral=True)
|
await ctx.response.send_message("SSL checking",ephemeral=True)
|
||||||
await checkForSSLExpiry()
|
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
|
# When the bot is ready
|
||||||
|
Loading…
Reference in New Issue
Block a user