ctx = await bot.get_context(message)
await bot.invoke(ctx)
@bot.event
async def on_message(message):
ctx = await bot.get_context(message)
await bot.invoke(ctx)
from operator import itemgetter as ig
list(map(ig('name'), sorted(players, key=ig('score'))))
date >> my_log.txt
echo ура! скрипт запустился! >> my_log.txt
...и смотреть в логе, действительно ли были пропуски.