Using select views

This commit is contained in:
tropii 2023-11-24 23:33:00 -05:00
parent c2c60484f8
commit e455af564d

View File

@ -204,8 +204,7 @@ class store(commands.Cog):
await ctx.send(
embed=em,
view=DiamondButton(),
view=GoldButton(),
view=SelectView()
)
async def setup(bot):