Skip to content

Commit

Permalink
Fixed view
Browse files Browse the repository at this point in the history
  • Loading branch information
PieTw3lve committed Aug 1, 2024
1 parent 34f89fa commit b804ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extensions/admin/rushsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ async def strike(ctx: lightbulb.Context, maps: str, user1: hikari.User, user2: h
view = StrikeViewPlayoffs(embed, mapList, user1, user2)

view.add_item(MapSelection(options))
message = await ctx.respond(embed, components=view.build())

await view.start(message)
await ctx.respond(embed, components=view.build())
client = ctx.bot.d.get('client')
client.start_view(view)

## Generate Pools ##

Expand Down

0 comments on commit b804ba8

Please sign in to comment.