Skip to content

Commit

Permalink
removed ephemeral :(
Browse files Browse the repository at this point in the history
  • Loading branch information
skruglov2023 authored Jun 13, 2023
1 parent 616762f commit f9a2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer/cogs/toa.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def team(self, ctx: DozerContext, team_num: int):
value=', '.join((team_data['city'], team_data['state_prov'], team_data['country'])))
e.add_field(name='Website', value=team_data['website'] or 'n/a')
e.add_field(name='Team Info Page', value=f'https://theorangealliance.org/teams/{team_data["team_key"]}')
await ctx.send('', embed=e, ephemeral=True)
await ctx.send('', embed=e)

team.example_usage = """
`{prefix}toa team 12670` - show information on team 12670, Eclipse
Expand Down

0 comments on commit f9a2d0c

Please sign in to comment.