summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cogs/__pycache__/stats.cpython-311.pycbin3970 -> 4073 bytes
-rw-r--r--cogs/__pycache__/tossup.cpython-311.pycbin3270 -> 3513 bytes
-rw-r--r--components/AnswerModal.py2
-rw-r--r--components/__pycache__/AnswerModal.cpython-311.pycbin10279 -> 10125 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/cogs/__pycache__/stats.cpython-311.pyc b/cogs/__pycache__/stats.cpython-311.pyc
index e992a76..e68b20e 100644
--- a/cogs/__pycache__/stats.cpython-311.pyc
+++ b/cogs/__pycache__/stats.cpython-311.pyc
Binary files differdiff --git a/cogs/__pycache__/tossup.cpython-311.pyc b/cogs/__pycache__/tossup.cpython-311.pyc
index 419e663..5a2fdcf 100644
--- a/cogs/__pycache__/tossup.cpython-311.pyc
+++ b/cogs/__pycache__/tossup.cpython-311.pyc
Binary files differdiff --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
--- a/components/__pycache__/AnswerModal.cpython-311.pyc
+++ b/components/__pycache__/AnswerModal.cpython-311.pyc
Binary files differ