RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Add a SettableCharacterCardField interface for character card fields that have a value that can be set by the owner #609

Closed renbinden closed 1 year ago

renbinden commented 1 year ago

The /character set command should use this, which would allow custom character card fields to be set using the UI buttons. It should include a 'set' method, which should take a character and a string value, and should return a future result that can either include an error message as to why it failed, or a confirmation of its success.