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",