Loco-CTO / Rystal-V6-Experiments

Unassigned string statement PYL-W0105
Anti-pattern
Minor
a month ago2 months old
String statement has no effect
222    async def stand_button(self, button, interaction):
223        self.lang = await self.get_lang()
224        if interaction.user.id == self.author_id:
225            """226            Handle the "Stand" button interaction.
227
228            Args: