Add /db wallpapers, closes #63

This commit is contained in:
Zeva Rose 2021-07-22 08:48:20 -06:00
parent 00da6356ba
commit 5cd524f30e

View file

@ -124,6 +124,17 @@ class DbrandCog(commands.Cog):
"Be (not) extorted here: " + self.base_url + "not-extortion" "Be (not) extorted here: " + self.base_url + "not-extortion"
) )
@cog_ext.cog_subcommand(
base="db",
name="wallpapers",
description="Robot Camo Wallpapers",
guild_ids=guild_ids,
)
async def _wallpapers(self, ctx):
await ctx.send(
"Get robot camo wallpapers here: https://db.io/wallpapers"
)
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(
base="db", base="db",
name="ship", name="ship",