Update UI imports in shop module to include Item component for enhanced functionality in user interactions.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run

This commit is contained in:
Valerie 2025-05-25 23:48:04 -04:00
parent cc86a2f697
commit 68d8c85c23

View file

@ -1,5 +1,5 @@
import discord import discord
from discord.ui import View, Select, Button, button from discord.ui import View, Select, Button, button, Item
from typing import Optional, List, Dict, Any from typing import Optional, List, Dict, Any
from redbot.core.utils.chat_formatting import box, humanize_list from redbot.core.utils.chat_formatting import box, humanize_list