fix (rooms cmd): Fix slot filtering in booking.

This commit is contained in:
2021-09-20 20:49:12 +03:00
parent 1452b34f64
commit adcd6a8506

View File

@@ -193,6 +193,7 @@ async def cmd_rooms(ctx):
)
slot_rows = accountability_rooms.fetch_rows_where(
guildid=ctx.guild.id,
start_at=to_book
)
slotids = [row.slotid for row in slot_rows]