diff --git a/bot/apps/voice_channels/room_creator.py b/bot/apps/voice_channels/room_creator.py index d5c0873..8df2c3a 100644 --- a/bot/apps/voice_channels/room_creator.py +++ b/bot/apps/voice_channels/room_creator.py @@ -65,6 +65,7 @@ async def create_room_for_user(self, member: Member, cooldown: float, locale: Lo permissions.set_voice_channel_status = True await new_channel.set_permissions(member, overwrite=permissions) await new_channel.send( + member.mention, embeds=[ ControlPanelImageEmbed.build(locale=locale), ControlPanelTextEmbed.build(locale=locale),