put it at the end

This commit is contained in:
Joseph Ferano 2022-06-03 23:06:44 +07:00
parent ccbb50bce7
commit 3014df6b56

View File

@ -141,7 +141,7 @@ let responseCreatedShield (shield : ShieldItem) =
let eventSuccessfulHack (ctx : IDiscordContext) target prize =
DiscordMessageBuilder()
.WithAllowedMention(UserMention(target.DiscordId))
.WithContent($"<@!{target.DiscordId}> - **{ctx.GetDiscordMember().Username}** successfully hacked **{target.Name}** and took {prize} $GBT!")
.WithContent($"**{ctx.GetDiscordMember().Username}** successfully hacked **{target.Name}** and took {prize} $GBT! - <@!{target.DiscordId}>")
let getArsenalEmbed (player : PlayerData) =
DiscordFollowupMessageBuilder()