This commit is contained in:
Luke Robles 2022-06-25 14:43:19 -07:00
parent f984917a2c
commit c268f93a9e

View File

@ -76,7 +76,7 @@ class ActualUtils(commands.Cog):
name="Event URL", value=track_day["event_url"], inline=False 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"]) @commands.command(name="corona", aliases=["covid"])
async def corona(self, ctx: commands.Context, *, location=None): async def corona(self, ctx: commands.Context, *, location=None):