This commit is contained in:
Joseph Ferano 2022-06-03 22:59:31 +07:00
parent 802f7c0d4f
commit ccbb50bce7

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($"<@!{target.DiscordId}> - **{ctx.GetDiscordMember().Username}** successfully hacked **{target.Name}** and took {prize} $GBT!")
let getArsenalEmbed (player : PlayerData) =
DiscordFollowupMessageBuilder()