Skip to content

Commit

Permalink
[ConversationGames] dev stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 12, 2023
1 parent e6b03d6 commit ebd8599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conversationgames/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def __init__(self) -> None:
def __call__(self) -> List[discord.SelectOption]:
return self._options

def _get_options(self) -> List[discord.SelectOption]:
return self._options


class Select(discord.ui.Select):
def __init__(
Expand Down

0 comments on commit ebd8599

Please sign in to comment.