From 8127d7e8ffa39e9238ad91d97a90a75ed3feaf2e Mon Sep 17 00:00:00 2001 From: Conatum Date: Tue, 21 Sep 2021 16:58:20 +0300 Subject: [PATCH] fix (rooms): Fix typo. --- bot/modules/accountability/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/accountability/commands.py b/bot/modules/accountability/commands.py index cc22ffb3..d0b7b18a 100644 --- a/bot/modules/accountability/commands.py +++ b/bot/modules/accountability/commands.py @@ -231,7 +231,7 @@ async def cmd_rooms(ctx): slotid=slot.data.slotid ) else: - slot.members.append(SlotMember(slot.data.slotid, ctx.author.id, ctx.guild)) + slot.members[ctx.author.id] = SlotMember(slot.data.slotid, ctx.author.id, ctx.guild) await slot.update_status() ctx.alion.addCoins(-cost) await ctx.embed_reply(