-
Notifications
You must be signed in to change notification settings - Fork 6
Tagging
Tagging is a way to store useful pieces of text for later. They are per-server and never globally accessible.
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.
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.
To delete a tag, just run d?tag del <name> <value>
.
You may only delete a tag if you can touch it.
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:
- You have the "Manage Server" permission.
- You are the owner of the server.
- You created that tag.
- You are a Dogbot Moderator.
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