mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
No @ for account name (#3586)
* No @ for account name * Use @ for GitHub
This commit is contained in:
parent
7e504c9d3d
commit
4a22b01ea0
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue