Merge branch 'SideBranch' into 'main'

Robot camo command

See merge request stark-industries/j.a.r.v.i.s.!1
This commit is contained in:
Zeva Rose 2021-06-28 00:51:34 +00:00
commit fb95e44139

View file

@ -35,6 +35,10 @@ class DbrandCog(commands.Cog):
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):
await ctx.send(self.base_url + "shop/grip/#grip-devices")