StampyAI / stampy

A Discord bot for the Robert Miles AI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracebacks could be shorter

ProducerMatt opened this issue · comments

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.