diff --git a/jarvis/cogs/remindme.py b/jarvis/cogs/remindme.py index c5bcd21..9c14804 100644 --- a/jarvis/cogs/remindme.py +++ b/jarvis/cogs/remindme.py @@ -84,16 +84,16 @@ class RemindmeCog(Scale): except asyncio.TimeoutError: return if len(message) > 500: - await ctx.send("Reminder cannot be > 500 characters.", ephemeral=True) + await response.send("Reminder cannot be > 500 characters.", ephemeral=True) return elif invites.search(message): - await ctx.send( + await response.send( "Listen, don't use this to try and bypass the rules", ephemeral=True, ) return elif not valid.fullmatch(message): - await ctx.send("Hey, you should probably make this readable", ephemeral=True) + await response.send("Hey, you should probably make this readable", ephemeral=True) return settings = {