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