StampyAI / stampy

A Discord bot for the Robert Miles AI server
37 stars 9 forks source link

Tracebacks could be shorter #294

Open ProducerMatt opened 1 year ago

ProducerMatt commented 1 year ago

One example: since module callbacks are currently passed the original message in their argument dictionary, the message gets printed for every callback Stampy encounters. This is unhelpful since the original message is already known anyway.

One solution would be passing the source message separately from the arguments, then it could simply not be printed at the traceback stage. I'm going to start working on it.