Skip to content

Commit

Permalink
fix discord link command generate (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Werzet authored Nov 27, 2023
1 parent fd66a14 commit 92944ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void SetLink(string? link)
}
else
{
LinkText.Text = $"/привязка14 {link}";
LinkText.Text = $"/привязать14 token:{link}";
}
}
}

0 comments on commit 92944ba

Please sign in to comment.