FKLC / WhatsAppToDiscord

WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp.
https://fklc.github.io/WhatsAppToDiscord/
MIT License
239 stars 67 forks source link

Discord to whatsapp person identification #125

Closed bomxacalaka closed 1 year ago

bomxacalaka commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Always frustrated when anyone can send a message on discord group but it will be sent as one bot on whatsapp. No way of knowing who sent that message.

Describe the solution you'd like A clear and concise description of what you want to happen.

Simplest solution though not perfect would be to add a "<discord sender's name>: " to the beginning of the message. So when Joe sends "Hello world" on discord, when the message reaches whatsapp it will be displayed as "Joe: Hello world".

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

More complex solution isnt really required as long as others would be able to mess in any way. That said if possible you could add some sort of sticker of the discord profile of the sender along with their nickname in the beginning of the message. So whatsapp will receive: "<discord sender's sticker><discord sender's name>: ".

Additional context Add any other context or screenshots about the feature request here. Nothing to add.

FKLC commented 1 year ago

Have you tried enableDCPrefix option?

bomxacalaka commented 1 year ago

I feel like a fool now lol, thanks a lot.