The Tags module allows users to utilize, create, edit or delete tags. Tags are used to store text that can be used later on. When you create a tag, you can then call that tag with the ?tag
command, and Dyno will post the full message for you in the channel. Tags save you repeating pieces of text each time; you can simply call a pre-written tag instead.
You are able to configure Tags by using the dashboard or by using commands.
Modules
tab.Tags
module is enabled.Settings
button underneath the Tags module.Limit creating tags to Allowed Roles
if you wish to allow only a certain role to be able to create tags by command. If you select this, you can set your Allowed Roles
below. This also allows those users to edit tags they’ve created.Tag Name
. This is the name you will use to call your tag.Tag Content
. This is the message that will be sent every time you call your tag.Add Tag
button. You can now call your tag by running ?tag TagName
.Extra Info:
- While there are no variables available in Tags, you can use IDs to mention users, roles, and/or channels. For more information on how to mention using IDs, visit this page.
- If you’re looking to add custom emojis to your message follow this guide! Just keep in mind Dyno needs to be in the server where that emoji is from.
Command | Description | Usage |
---|---|---|
?tag | Get or create a tag. | ?tag [tag name] |
?tag raw | Get the raw tag for use copying/editing. | ?tag raw [tag name] |
?tag category | Create a tag category. | ?tag category [cat name] |
?tag categories | List tag categories. | ?tag categories |
?tag create | Create a new tag. | ?tag create [tag name] [content] |
?tag edit | Edit an existing tag. | ?tag edit [tag name] [content] |
?tag delete | Delete an existing tag. | ?tag delete [tag name] |
?tag delcat | Delete a category. | ?tag delcat [cat name] |
?tags | Get a list of tags, use the tag command to fetch a tag. | ?tags (optional category) (optional search) |
These commands will not work if the Tags module is disabled.