Skip to content

Commit f9a2d0c

Browse files
authored
removed ephemeral :(
1 parent 616762f commit f9a2d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dozer/cogs/toa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async def team(self, ctx: DozerContext, team_num: int):
8585
value=', '.join((team_data['city'], team_data['state_prov'], team_data['country'])))
8686
e.add_field(name='Website', value=team_data['website'] or 'n/a')
8787
e.add_field(name='Team Info Page', value=f'https://theorangealliance.org/teams/{team_data["team_key"]}')
88-
await ctx.send('', embed=e, ephemeral=True)
88+
await ctx.send('', embed=e)
8989

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

0 commit comments

Comments
 (0)