I'm contemplating creating a Bot that will listen on a Discord server, and when a 'translation' command is issued will conceal the original text, and present options for others who claim to understand the language to see the original. For example, if you entered
!rpglt Translate Elvish Now is the time to run
the original message will be removed, and replaced with one that says
<user Name> said in Elvish : <scrambled text>
[Button to Read and announce you did] [Button to read silently]
where when you hit one of these buttons (because you are honest and your character knows the language) it will DM you the original text.
So the first question is, would this Bot be of use/interest?
And if so, do you have any suggestions for features. Note that when done I will be posting the source on GitHub for others to modify.
I'm contemplating creating a Bot that will listen on a Discord server, and when a 'translation' command is issued will conceal the original text, and present options for others who claim to understand the language to see the original. For example, if you entered
!rpglt Translate Elvish Now is the time to run
the original message will be removed, and replaced with one that says
<user Name> said in Elvish : <scrambled text>
[Button to Read and announce you did] [Button to read silently]
where when you hit one of these buttons (because you are honest and your character knows the language) it will DM you the original text.
So the first question is, would this Bot be of use/interest?
And if so, do you have any suggestions for features. Note that when done I will be posting the source on GitHub for others to modify.
This would be exactly something I'm looking for!! I think this is an incredible idea. Is this something you decided to pursue?
I did a version, but Discord has updated its API since. I would need to revise to conform to the new spec to make it functional again.