go: Use actual mention instead of Discord ID in message

master
Luther Wen Xu 2019-10-16 00:25:50 +07:00
parent 646f904755
commit 7d29b0f923
Signed by: chanbakjsd
GPG Key ID: B7D77E3E9D102B70
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@ const EntryVoteColour = 0x808000
const EntryVoteVoteID = "投票编号 Vote ID"
const EntryVoteApplicant = "申请者 Applicant"
const EntryVoteReason = "加入原因 Provided Reason for Entry"
const EntryVoteName = "%s的加入 %s's Entry Application"
const EntryVoteName = "<@%s>的加入 <@%s>'s Entry Application"
const VotePassTitle = "投票通过 Vote Passed"
const VotePassColour = 0x00F000