diff --git a/bot/modules/accountability/commands.py b/bot/modules/accountability/commands.py index e95114b3..133756e0 100644 --- a/bot/modules/accountability/commands.py +++ b/bot/modules/accountability/commands.py @@ -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]