junepark678 / GIRRewrite

Method hidden by an attribute PYL-E0202
Bug risk
Critical
a year agoa year old
An attribute defined in menu line 28 hides this method
 81        else: # this is the first time we're posting this menu
 82            await self.ctx.interaction.response.send_message(embed=embed, view=self, ephemeral=self.whisper)
 83
 84    async def on_timeout(self): 85        self.stopped = True
 86        self.refresh_button_state()
 87        await self.refresh_response_message()