Removed the interaction timeout from the poll view, and added a requirement for 2 options at least
This commit is contained in:
@@ -19,5 +19,5 @@ class Button(nextcord.ui.Button):
|
||||
|
||||
class ButtonView(nextcord.ui.View):
|
||||
def __init__(self, owner):
|
||||
super().__init__()
|
||||
super().__init__(timeout=None)
|
||||
self.add_item(Button(owner=owner))
|
||||
Reference in New Issue
Block a user