Add /db wallpapers, closes #63
This commit is contained in:
parent
00da6356ba
commit
5cd524f30e
1 changed files with 11 additions and 0 deletions
|
@ -124,6 +124,17 @@ class DbrandCog(commands.Cog):
|
|||
"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(
|
||||
base="db",
|
||||
name="ship",
|
||||
|
|
Loading…
Add table
Reference in a new issue