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:
commit
fb95e44139
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue