Database message parser
Feature Request
Create a function that allows for easier parsing and formatting of messages stored in the messages table.
Current Behavior
Each time a message is fetched it needs to be parsed if there is any python string formating.
Desired Behavior
A shared function that allows for easier use of message database.
Reason
Greater and easier usability