Skip to content

Unification of Tags and Commands

New

  • Tags are no longer called with !tag [name] (it's simply ![name]).
    • If you call a tag while replying to a message, the author of said message gets pinged
  • Aliases for tags with /tag alias and /tag unalias (displayed in /tag info)
  • New dashboard for editing all tag related configs (configs are reset-able)
  • New style of listing tags (!tags or /tag list)
    • /tag list is much more modular (filter by category & user, criteria is ANDed)
    • Option to export it to CSV or just display it on Discord
  • Search tags by name or content /tag search
  • Detailed logs
  • Toggle enable cogs per guild in config.py (/config toggle)
  • Attachment parameter for /tag create and /tag edit
  • Manager config that bypasses all restrictions, edits configs, adds aliases etc.
  • Message command to create or edit tags
    • Allow users to create tags with custom embeds

Deprecated

  • 6-digit tag IDs.
  • !tag help in favour of the ephemeral /tag help
  • Adding images to tags via CDN links (use attachments!)
  • Close matching on tag calls in favour of /tag search because of less overhead
    • Thinking of not responding to ! calls at all unless have to (e.g. slash command) because it might be disruptive in other servers
  • Multiple calls per message (same reason - overhead)
    • Calling from anywhere in the message still works though

Changed

  • Renamed addauthor -> contributor
    • It works as a toggle so you can remove existing contributors
  • /tag category commands are slash only
  • Maximum length of tag from 4000 -> 2000
Edited by sidthesloth42

Merge request reports

Loading