Update (not) extortion, per 069's request

This commit is contained in:
Zeva Rose 2021-07-14 11:35:21 -06:00
parent 869239dcd9
commit 0ef839e2b5

View file

@ -1,11 +1,10 @@
import re import re
import aiohttp import aiohttp
import jarvis
from discord.ext import commands from discord.ext import commands
from discord_slash import cog_ext from discord_slash import cog_ext
from discord_slash.utils.manage_commands import create_option from discord_slash.utils.manage_commands import create_option
import jarvis
from jarvis.config import get_config from jarvis.config import get_config
from jarvis.data.dbrand import shipping_lookup from jarvis.data.dbrand import shipping_lookup
from jarvis.utils import build_embed from jarvis.utils import build_embed
@ -116,11 +115,11 @@ class DbrandCog(commands.Cog):
base="db", base="db",
name="extortion", name="extortion",
guild_ids=[862402786116763668, 578757004059738142], guild_ids=[862402786116763668, 578757004059738142],
description="(not)extortion", description="(not) extortion",
) )
async def _extort(self, ctx): async def _extort(self, ctx):
await ctx.send( await ctx.send(
"Be (not)extorted here: " + self.base_url + "not-extortion" "Be (not) extorted here: " + self.base_url + "not-extortion"
) )
@cog_ext.cog_subcommand( @cog_ext.cog_subcommand(