ci: list the expensive imports in the bot message (#194)
Recommended way to visually profile the CLI help:
pip install tuna
PYTHONPROFILEIMPORTTIME=1 everyvoice -h 2> import.log
tuna import.log
To just see the most expensive import on screen:
cat import.log | sort -t'|' -k2 | tail