This commit is contained in:
Joseph Ferano 2022-02-24 20:22:15 +07:00
parent 663c63530d
commit 239de0ac73
2 changed files with 2 additions and 3 deletions

View File

@ -136,14 +136,14 @@ let handleHack (ctx : IDiscordContext) =
do! Async.Sleep 1000 do! Async.Sleep 1000
let embed = Embeds.responseSuccessfulHack false Sensei.Id defaultHack.Power defaultHack let embed = Embeds.responseSuccessfulHack false Sensei.Id defaultHack.Power defaultHack
do! ctx.FollowUp(embed) |> Async.AwaitTask do! ctx.FollowUp(embed) |> Async.AwaitTask
do! Async.Sleep 5000 do! Async.Sleep 4000
do! sendMessage' do! sendMessage'
("🎉 **Congratulations**\n\n" ("🎉 **Congratulations**\n\n"
+ "You successfully **HACKED** me, and are now an **Elite Haxor!**\n\n" + "You successfully **HACKED** me, and are now an **Elite Haxor!**\n\n"
+ "When you **HACK** other Degenz, you **TAKE** their 💰$GBT.\n" + "When you **HACK** other Degenz, you **TAKE** their 💰$GBT.\n"
+ "But remember, hacks take time to recover, so use them wisely.") + "But remember, hacks take time to recover, so use them wisely.")
do! Async.Sleep 6000 do! Async.Sleep 5000
let sb = StringBuilder("Here, ") let sb = StringBuilder("Here, ")

View File

@ -53,7 +53,6 @@ let getPlayerEvents connStr (player : PlayerData) =
let tryFindPlayer connStr (discordId : uint64) = let tryFindPlayer connStr (discordId : uint64) =
async { async {
try try
printfn $"{connStr}"
let! user = let! user =
// use cert = new X509Certificate2("~/Downloads/ca-certificate.crt") // use cert = new X509Certificate2("~/Downloads/ca-certificate.crt")
// (Uri connStr) // (Uri connStr)