Generally speaking, we do not want to call context's reply function from within a decorator, only within command functions themselves. In the rare instance where a message-returning function should be called, we should have a special decorator in use.
Generally speaking, we do not want to call context's reply function from within a decorator, only within command functions themselves. In the rare instance where a message-returning function should be called, we should have a special decorator in use.