fix (rooms cmd): Fix slot filtering in booking.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user