Loco-CTO / Rystal-V6-Experiments

Function with cyclomatic complexity higher than threshold PY-R1000
Anti-pattern
Minor
1 occurrence in this check
PointSystem.give has a cyclomatic complexity of 17 with "high" risk
100    @points.subcommand(
101        description=lang[default_language]["points_give_description"],
102    )
103    async def give(104        self,
105        interaction: nextcord.Interaction,
106        recipient: nextcord.Member = nextcord.SlashOption(