Replace dbrand.py

This commit is contained in:
SideMatter 2021-06-28 00:45:02 +00:00
parent 1c043c2507
commit 7a2dbf579e

View file

@ -34,6 +34,10 @@ class DbrandCog(commands.Cog):
@_db.command(name="skin", aliases=["skins", "tape"])
async def _skin(self, ctx):
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"])
async def _grip(self, ctx):