discord-csharp / MODiX

Discord Bot handling basic moderation needs, soon implements statistics.
MIT License
114 stars 63 forks source link

Give context on translations #994

Closed Aurumaker72 closed 12 months ago

Aurumaker72 commented 12 months ago

Summary

Currently, translation output is sent as a plaintext result.

This opens up the possibility for amusing messages which may not be appropriate, as it seems like they originate directly from the bot itself.

grafik

Proposal

Add an embed or prefix to the message

en-US -> de-DE | (...)

Aurumaker72 commented 12 months ago

Moved to https://github.com/discord-csharp/modix-translator/issues/16