deltachat-bot / deltabot

Delta.Chat bot written in Python
Mozilla Public License 2.0
33 stars 18 forks source link

Update commands.py #25

Closed adbenitez closed 4 years ago

adbenitez commented 4 years ago

currently logs are shown like:

2020-05-13 09:58:16,282 - deltabot - INFO - processing command <IncomingCommand '/' payload='' msg=12>

the command isn't shown only the first character '/', I changed it to display the full command which is more useful to debug and probably the original intention

adbenitez commented 4 years ago

actually the full message text is show in a previous INFO message, sorry for the noise