From b5df6efead36859a988346db194d6a1b2db3b57a Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 1 Oct 2023 23:06:55 +1100 Subject: [PATCH] bot: Fix manual check response --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 18e719e..a693df4 100644 --- a/bot.py +++ b/bot.py @@ -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