From 6480ed3a4fd446c9d6c763fbe823c80832f7d067 Mon Sep 17 00:00:00 2001 From: suhas Date: Tue, 21 Nov 2023 18:31:55 -0600 Subject: fix buttons not disabling --- components/AnswerModal.py | 2 +- components/__pycache__/AnswerModal.cpython-311.pyc | Bin 10279 -> 10125 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/AnswerModal.py b/components/AnswerModal.py index 154c5ad..384835e 100644 --- a/components/AnswerModal.py +++ b/components/AnswerModal.py @@ -7,7 +7,7 @@ from prisma.models import User from typing import TYPE_CHECKING, Literal if TYPE_CHECKING: from .TossupButtons import TossupButtons, SoloTossupButtons -from discord import Button +from discord.ui.button import Button from common.types import category_field_translations diff --git a/components/__pycache__/AnswerModal.cpython-311.pyc b/components/__pycache__/AnswerModal.cpython-311.pyc index b969caa..b760f9c 100644 Binary files a/components/__pycache__/AnswerModal.cpython-311.pyc and b/components/__pycache__/AnswerModal.cpython-311.pyc differ -- cgit 1.4.1-2-gfad0