Fixing Error Store
This commit is contained in:
parent
2771800bbd
commit
8ef7c57af6
@ -198,11 +198,11 @@ class store(commands.Cog):
|
||||
|
||||
await ctx.send(
|
||||
embed=em,
|
||||
view=BronzeButton(),
|
||||
view=SilverButton(),
|
||||
view=GoldButton(),
|
||||
view=DiamondButton(),
|
||||
view=EmeraldButton()
|
||||
view=BronzeButton()
|
||||
#view=SilverButton(),
|
||||
#view=GoldButton(),
|
||||
#view=DiamondButton(),
|
||||
#view=EmeraldButton()
|
||||
)
|
||||
|
||||
async def setup(bot):
|
||||
|
Loading…
Reference in New Issue
Block a user