1
0
mirror of https://bitbucket.org/SosoM1k0r31z31/funny-cat.git synced 2025-04-11 22:55:46 +02:00

unblacklist a word

This commit is contained in:
SosoM1k0r31z31 2020-11-09 21:47:03 +03:00
parent 5364e9596c
commit 447ae17131

2
bot.py
View File

@ -626,7 +626,7 @@ async def iplocation(ctx, ip):
@bot.command()
async def img(ctx, *, term):
# anti ewmx
blacklist = ['genshin', 'amber', 'bikini', 'impact']
blacklist = ['genshin', 'amber', 'impact']
for t in blacklist:
if t in term.lower():