Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to tag users in Discord #72

Open
amoeba opened this issue Apr 13, 2020 · 2 comments
Open

Add a way to tag users in Discord #72

amoeba opened this issue Apr 13, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@amoeba
Copy link
Owner

amoeba commented Apr 13, 2020

Brycter had this idea. Say you want to run a bot army and want to be tagged (@) when something shows up in chat about any of those chars. I could build in a $TAG variable that replaces text in the incoming message with a Discord username. It'd need a many-to-one mapping and ingame UI w/ full profile support.

@amoeba amoeba added the enhancement New feature or request label Apr 13, 2020
@amoeba amoeba self-assigned this Apr 13, 2020
@Schneebs
Copy link

Schneebs commented Jun 9, 2021

This can be done if you go into developer mode in discord, just takes a custom web hook. Not pretty, but doable once you figure out your tag id.

  "WebhookName": "Discord",
  "MessageFormat": "$EVENT <@144271339157585921>",

@amoeba amoeba added this to the Next release milestone Jun 9, 2021
@amoeba
Copy link
Owner Author

amoeba commented Jun 9, 2021

Neat, thanks @Schneebs. That might be enough. Maybe simply documenting this would be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants