dbrand (not)extortion

This commit is contained in:
Zeva Rose 2021-07-05 00:38:02 -06:00
parent 06c8369ef2
commit 6875acde72

View file

@ -112,6 +112,17 @@ class DbrandCog(commands.Cog):
async def _buy(self, ctx): async def _buy(self, ctx):
await ctx.send("Give us your money! " + self.base_url + "shop") 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( @cog_ext.cog_subcommand(
base="db", base="db",
name="ship", name="ship",