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
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit is contained in:
parent
cc86a2f697
commit
68d8c85c23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue