dbrand (not)extortion
This commit is contained in:
parent
06c8369ef2
commit
6875acde72
1 changed files with 11 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue