Vencord icon indicating copy to clipboard operation
Vencord copied to clipboard

MessageTags: Add templating & edit

Open Luna-devv opened this issue 8 months ago • 1 comments

  • Adds a way to put one tag into another:
# set via /tags create:
haha main

sub: [insert-tag:sub]
sub2: [insert-tag:sub2]
# when being ran:
haha main

sub: hello from sub tag
sub2: even
deeper
sub cmds
  • Adds a way to edit existing tags with /tags edit
  • Adds a way to view the raw tag content with /tags preview raw:true
  • Improves command descriptions

Luna-devv avatar Jun 19 '24 13:06 Luna-devv