Dalamud
Dalamud copied to clipboard
Command handler arguments should be SeString
Currently, command handlers use string
for arguments, but the chat box allows for the insertion of payloads (e.g. auto translate), so it should be an SeString
. This would be a breaking change.
Something to push into 6.2 with our other API breakage?
I think this should be done with the chat API rework DIP. Would be nice to have it in there.