diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index efbd955..d370028 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -112,6 +112,17 @@ class DbrandCog(commands.Cog): async def _buy(self, ctx): await ctx.send("Give us your money! " + self.base_url + "shop") + @cog_ext.cog_subcommand( + base="db", + name="extortion", + guild_ids=[578757004059738142], + description="(not)extortion", + ) + async def _buy(self, ctx): + await ctx.send( + "Be (not)extorted here: " + self.base_url + "not-extortion" + ) + @cog_ext.cog_subcommand( base="db", name="ship",