Skip to content

Commit

Permalink
Fixed #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko259 committed Sep 29, 2021
1 parent 7428f56 commit 1b9a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def example_embed(self, ctx, airport: str):
metar_data = await resp.text()

message = embed(title='METAR for ' + str.upper(airport), description=metar_data)
await ctx.send(embed=message)
await ctx.author.send(embed=message)


def setup(bot):
Expand Down

0 comments on commit 1b9a380

Please sign in to comment.