{{define "cp_head"}}{{if not .PartialRequest}}
To include the user or server in the message you can use the template data included.
Some quick examples: {{"{{"}}.User.Username{{"}}"}}
- will be replaced by username, {{"{{"}}.Server.Name{{"}}"}}
- will be replaced by server name, {{"{{"}}.User.ID{{"}}"}}
- the user's id and so on...
For example, to mention a user, you would do <@{{"{{"}}.User.ID{{"}}"}}>
.
See the documentation for more details
{{"{{"}}.User.(ID/Username/Mention/Discriminator/Bot{{"}}"}}
{{end}}
{{define "template_helper_guild"}}{{"{{"}}.Server.(ID/Name/Icon/Owner/Permissions){{"}}"}}
{{end}}
{{define "set_roles"}}{{end}}