Prettyfied some of the links.

This commit is contained in:
SideMatter 2021-10-23 03:14:16 +00:00
parent a4b2f11f78
commit bc67d9d16e

View file

@ -40,7 +40,7 @@ class DbrandCog(commands.Cog):
) )
@commands.cooldown(1, 30, commands.BucketType.channel) @commands.cooldown(1, 30, commands.BucketType.channel)
async def _skin(self, ctx: SlashContext) -> None: async def _skin(self, ctx: SlashContext) -> None:
await ctx.send(self.base_url + "shop/skins") await ctx.send(self.base_url + "/skins")
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(
base="db", base="db",
@ -50,7 +50,7 @@ class DbrandCog(commands.Cog):
) )
@commands.cooldown(1, 30, commands.BucketType.channel) @commands.cooldown(1, 30, commands.BucketType.channel)
async def _camo(self, ctx: SlashContext) -> None: async def _camo(self, ctx: SlashContext) -> None:
await ctx.send(self.base_url + "shop/special-edition/robot-camo") await ctx.send(self.base_url + "robot-camo")
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(
base="db", base="db",
@ -60,7 +60,7 @@ class DbrandCog(commands.Cog):
) )
@commands.cooldown(1, 30, commands.BucketType.channel) @commands.cooldown(1, 30, commands.BucketType.channel)
async def _grip(self, ctx: SlashContext) -> None: async def _grip(self, ctx: SlashContext) -> None:
await ctx.send(self.base_url + "shop/grip/#grip-devices") await ctx.send(self.base_url + "grip")
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(
base="db", base="db",