Loco-CTO / Rystal-V6-Experiments

Unnecessary lambda expression PYL-W0108
Anti-pattern
Major
1 occurrence in this check
Lambda may not be necessary
195
196        if recipient_data["receive_limit_reached"] and not force:
197            remaining_time = cooldown_period - (now - last_received)
198            hours, minutes, seconds = map(lambda x: int(x), [remaining_time.seconds//3600, remaining_time.seconds % 3600//60, remaining_time.seconds % 60])199            await interaction.followup.send(
200                embed=Embeds.message(
201                    title=lang[await get_guild_language(interaction.guild.id)][