Currently, some commands show all of the client's details when successful, while some only show the client's name. Let's standardise this to only show the client's name to reduce clutter on the screen.
This issue is an easy fix by changing all instances of Message.format()
Currently, some commands show all of the client's details when successful, while some only show the client's name. Let's standardise this to only show the client's name to reduce clutter on the screen.
This issue is an easy fix by changing all instances of
Message.format()