From 7a2dbf579e75505aa1e626f442a013ba9d4e48b4 Mon Sep 17 00:00:00 2001 From: SideMatter Date: Mon, 28 Jun 2021 00:45:02 +0000 Subject: [PATCH] Replace dbrand.py --- jarvis/cogs/dbrand.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index e9c3d79..b4da455 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -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):