From c268f93a9e8a451ecdabe72f79ebffc205090c9f Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 25 Jun 2022 14:43:19 -0700 Subject: [PATCH] fix typo --- app/cogs/actual_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index bb8f5d01..8bfd6553 100644 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -76,7 +76,7 @@ class ActualUtils(commands.Cog): name="Event URL", value=track_day["event_url"], inline=False ) - await ctx.sereplynd(embed=embed) + await ctx.reply(embed=embed) @commands.command(name="corona", aliases=["covid"]) async def corona(self, ctx: commands.Context, *, location=None):