Skip to content

Commit

Permalink
Discord: remove @ from username
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed May 22, 2021
1 parent a644716 commit 35d407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/modules/accounts.ts
Expand Up @@ -221,7 +221,7 @@ class user implements User {
// (this._discord.querySelector("span") as HTMLSpanElement).onclick = this._addDiscord;
} else {
let innerHTML = `
<a href="https://discord.com/users/${this._discordID}" class="discord-link" target="_blank">@${u}</a>
<a href="https://discord.com/users/${this._discordID}" class="discord-link" target="_blank">${u}</a>
<i class="icon ri-settings-2-line ml-half dropdown-button"></i>
<div class="dropdown manual">
<div class="dropdown-display">
Expand Down

0 comments on commit 35d407a

Please sign in to comment.