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( await ctx.send(
embed=em, embed=em,
view=DiamondButton(), view=SelectView()
view=GoldButton(),
) )
async def setup(bot): async def setup(bot):