Replace dbrand.py
This commit is contained in:
parent
1c043c2507
commit
7a2dbf579e
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ class DbrandCog(commands.Cog):
|
||||||
async def _skin(self, ctx):
|
async def _skin(self, ctx):
|
||||||
await ctx.send(self.base_url + "shop/skins")
|
await ctx.send(self.base_url + "shop/skins")
|
||||||
|
|
||||||
|
@_db.command(name="robotcamo", aliases=["rc", "robot"])
|
||||||
|
async def _skin(self, ctx):
|
||||||
|
await ctx.send(self.base_url + "shop/special-edition/robot-camo")
|
||||||
|
|
||||||
@_db.command(name="grip", aliases=["g", "case"])
|
@_db.command(name="grip", aliases=["g", "case"])
|
||||||
async def _grip(self, ctx):
|
async def _grip(self, ctx):
|
||||||
await ctx.send(self.base_url + "shop/grip/#grip-devices")
|
await ctx.send(self.base_url + "shop/grip/#grip-devices")
|
||||||
|
|
Loading…
Add table
Reference in a new issue