Skip to content
Snippets Groups Projects
Unverified Commit 7645c212 authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

No @ for account name (#3586)

* No @ for account name

* Use @ for GitHub
parent c237f490
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ export default async (user: ILocalUser) => {
attachment.push({
type: 'PropertyValue',
name: 'Discord',
value: `<a href="https://discordapp.com/users/${user.discord.id}" rel="me nofollow noopener" target="_blank"><span>@${user.discord.username}#${user.discord.discriminator}</span></a>`
value: `<a href="https://discordapp.com/users/${user.discord.id}" rel="me nofollow noopener" target="_blank"><span>${user.discord.username}#${user.discord.discriminator}</span></a>`
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment