Skip to content

Tagging

sliceofcode edited this page Oct 4, 2017 · 5 revisions

Tagging is a way to store useful pieces of text for later. They are per-server and never globally accessible.

Getting started

No setup is required.

Create a tag like: d?tag <name> <value>. For example: d?tag favorite_food Pancakes! Then, people may view your tag like this: d?tag favorite_food. Tag names may not contain spaces, and tags may only store text, not images or embeds. Because tags store text, they may store links as well.

Overwriting tags

To overwrite a tag, just run d?tag <name> <value>. It is no different than creating a new tag. You may only overwrite a tag if you can touch it.

Deleting tags

To delete a tag, just run d?tag del <name> <value>. You may only delete a tag if you can touch it.

Touching tags

You may only delete or overwrite tags if you can touch them.

You may touch a tag if one of the following conditions are met:

  1. You have the "Manage Server" permission.
  2. You are the owner of the server.
  3. You created that tag.
  4. You are a Dogbot Moderator.

Information about tags

If you run d?tag info <name>, the bot will show you information about a tag, like:

  • When it was created
  • Who created it
  • How many times people used it
  • The actual tag content
Clone this wiki locally