removed selfie category because it isn't large enough
This commit is contained in:
parent
1996d4eeee
commit
5fb7ff5024
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Waifu(commands.Cog):
|
|||
if nsfw.lower() == "nsfw":
|
||||
tag = random.choice(["ero", "ass", "hentai", "milf", "oral", "paizuri", "ecchi"])
|
||||
else:
|
||||
tag = random.choice(["waifu", "maid", "selfies", "uniform"])
|
||||
tag = random.choice(["waifu", "maid", "uniform"])
|
||||
image_url = await self.get_waifu(tag)
|
||||
if ctx.channel.type == discord.ChannelType["private"]:
|
||||
await ctx.send(image_url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue