MCPcopy Create free account
hub / github.com/RocketGod-git/shodanbot / fifty_results_button

Method fifty_results_button

main.py:424–425  ·  view source on GitHub ↗
(self, interaction: discord.Interaction, button: discord.ui.Button)

Source from the content-addressed store, hash-verified

422
423 @discord.ui.button(label="50", style=discord.ButtonStyle.primary, custom_id="max_results_50")
424 async def fifty_results_button(self, interaction: discord.Interaction, button: discord.ui.Button):
425 await self.button_callback(interaction, 50)
426
427 @discord.ui.button(label="100", style=discord.ButtonStyle.primary, custom_id="max_results_100")
428 async def hundred_results_button(self, interaction: discord.Interaction, button: discord.ui.Button):

Callers

nothing calls this directly

Calls 1

button_callbackMethod · 0.95

Tested by

no test coverage detected