dbrand shop command

This commit is contained in:
Zeva Rose 2021-07-01 11:09:00 -06:00
parent 2bf1677a3c
commit 3f3bbd9032

View file

@ -101,6 +101,15 @@ class DbrandCog(commands.Cog):
async def _status(self, ctx): async def _status(self, ctx):
await ctx.send(self.base_url + "status") 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( @cog_ext.cog_subcommand(
base="db", base="db",
name="ship", name="ship",