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