fix typo
This commit is contained in:
parent
f984917a2c
commit
c268f93a9e
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user