dbrand shop command
This commit is contained in:
parent
2bf1677a3c
commit
3f3bbd9032
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue