From 3f3bbd90322f4b436ae0aa02a19acfcff3a59ecc Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Thu, 1 Jul 2021 11:09:00 -0600 Subject: [PATCH] dbrand shop command --- jarvis/cogs/dbrand.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index 9374795..8c26aa4 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -101,6 +101,15 @@ class DbrandCog(commands.Cog): async def _status(self, ctx): await ctx.send(self.base_url + "status") + @cog_ext.cog_subcommand( + base="db", + name="buy", + guild_ids=[578757004059738142], + description="Give us your money!", + ) + async def _buy(self, ctx): + await ctx.send("Give us your money! " + self.base_url + "shop") + @cog_ext.cog_subcommand( base="db", name="ship",