No @ for account name (#3586)
* No @ for account name * Use @ for GitHub
This commit is contained in:
		@@ -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>`
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user