{{define "cp_head"}}{{if not .PartialRequest}}
To include the user or server in the message you can use the template data included, the templating engine used is go's text/template
Some quick examples: {{"{{"}}.User.Username{{"}}"}}
- will be replaced by username, {{"{{"}}.Server.Name{{"}}"}}
- Will be replaced by server name, {{"{{"}}.User.ID{{"}}"}}
- The users id and so on..
To mention the user for example you would do <@{{"{{"}}.User.ID{{"}}"}}>
{{"{{"}}.User.(ID/Username/Discriminator/Bot{{"}}"}}
{{end}}
{{define "template_helper_guild"}}{{"{{"}}.Server.(ID/Name/Icon/Owner/Permissions){{"}}"}}
{{end}}
{{define "set_roles"}}{{end}}