#How to make No Interaction on a View?

1 messages · Page 1 of 1 (latest)

viral jetty
#

Question is in the title:


class TeamView(discord.ui.View):
    @discord.ui.select( # the decorator that lets you specify the properties of the select menu
        placeholder = "Teams", # the placeholder text that will be displayed if nothing is selected
        min_values = 1, # the minimum number of values that must be selected by the users
        max_values = 1, # the maximum number of values that can be selected by the users
        
        options = []
    )    
    async def select_callback(self, select, interaction):
        pass
west drift
viral jetty
#

There is no short way?

west drift
final hearth
west drift
#

i guess so

final hearth
#

cool. i used to defer without follow up and that worked

west drift
#

.solved

fickle citrusBOT
#

Done with your help thread?

Please close your own help thread by using </close:1009144375709814897> with @granite quartz.

granite quartzBOT
#

This thread was archived by a staff member.