I-question-this/red-bot-dad-cog

Put formalized logging into the Joke Class

Closed this issue · 1 comments

A better log method would automatically insert the class of the joke as well as the user/server that triggered it. Other information such as the specific message or part of the message would a parameter in the "description" parameter. This will clean up the log calls within the Joke classes as well as formalize their structure.

It would be best to put this in the "make_verbal_joke" and "make_reaction_joke" using the "self.class.name" to make it so that every joke at least states that it was triggered in a server/channel at a specific time (the time automatically is a part of the logging module).