Files
bbaovanc.com/content/blog/text-substitution-in-discord-using-sed/index.md
2021-10-14 21:00:27 -05:00

825 B

title, date, toc, aliases, tags, resources
title date toc aliases tags resources
Text Substitution in Discord using `sed` 2021-03-25 false
/blog/posts/sed-text-substitution-in-discord/
/blog/posts/text-substitution-in-discord-using-sed/
tutorial
discord
discord-tricks
name src title
feature example.mov Example Video

Discord has (very primitive) support for text replacement using sed syntax.

Tutorial

{{< video src="example.mov" title="Example Video" >}}

If you send a message using sed substitution format (s/old text/new text), Discord will execute it on the message you've last sent.

Caveats

  • Regex is not supported
  • Global substitution is not supported

This post was adapted from gitea:bbaovanc/discord-tricks