From 6875acde722bb563257e04391db7c69f532722b2 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Mon, 5 Jul 2021 00:38:02 -0600 Subject: [PATCH] dbrand (not)extortion --- jarvis/cogs/dbrand.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",