Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 353 Bytes

tags

creating tags to be used in TypeSkripp discord bot

Contributing

Template

[tagname] # tag's name
keywords = ["tagname", "alias1", "alias2"] # keywords to trigger this tag
content = """ 
Put your tag content here! 
"""

Steps

  • fork this repo
  • add your tag in tags.toml (make sure there are no conflicts)
  • submit a pull request