smultar / discord.vdm

A virtual direct message handler, that mirrors a conversation with its contents between a thread and a target user's dms. Extremely useful for server ticket systems, or a personalized direct messages for client handing.
MIT License
8 stars 4 forks source link

feature request: internal comments #33

Open draeath opened 1 year ago

draeath commented 1 year ago

It would be nice if there was some sort of configurable message prefix that could be used that caused the bot to ignore the message (or at least not forward it along, possibly including some feedback that this was done).

This type of thing is a common feature of various ticketing/support systems like Spiceworks, Clarify, AMDOCS etc.

Example use cases include URL references for context (previous tickets, warn issuance commands, user activity logs) or other coordination when there are multiple people involved on the server staff's end.

smultar commented 1 year ago

Consider it done. New environmental variable or default to // as a prefix.