@Bot.event
async def on_message(message):
if message.author.id in white_list:
await message.channel.send('+')
if message.author.id not in white_list:
await message.channel.send('-')
@Bot.event
async def on_message(message):
if message.author.bot and message.author.id in white_list:
await message.channel.send('+')
else: await message.channel.send('-')
if message.author.bot: return
if message.author.bot:
if not message.author.in in BOT_WHITE_LIST:
return