Is there a way to disable the Command Sent message?

Just an update that the Themes and Styles feature has been released which includes support for Custom CSS. You can use the Custom CSS feature to hide all green ‘toast’ messages:

.toast.green { display: none }
1 Like