Is your feature request related to a problem? Please describe.
It might be fun to integrate Kettlewright characters/parties with discord. Even a simple call such as @username:char that pulled up a link to the character page, or pulled in data and printed it in discord. For instance, today I was playing in a PbP and I wanted to know the STR score of a PC. It was pretty easy to just look at the link (pinned in a channel) but it would be cool to do something like /kw [PC_name] and get output right there.
Security: bot can have an access to the whole system as a part of backend, but we still want to restrict data depending on the user. There is no direct relation between Discord and KW users, so we need some kind of login command or maybe user token generated in KW.
Command definitions: it would be good to have some list of available commands with functionality descriptions. Can be small for the beginning.
Deployment: I'm personally not familiar with unicorn, is it possible to run Discord bot as a concurrent task with Flask server?
Is your feature request related to a problem? Please describe. It might be fun to integrate Kettlewright characters/parties with discord. Even a simple call such as @username:char that pulled up a link to the character page, or pulled in data and printed it in discord. For instance, today I was playing in a PbP and I wanted to know the STR score of a PC. It was pretty easy to just look at the link (pinned in a channel) but it would be cool to do something like /kw [PC_name] and get output right there.
Just a thought.