Yesterdays bullshit served tomorrow (#100)

* Minimize amount of lines blackjack needs

* selfdestruct sloppa images

* massivly reduce amount of time slot graphic stays in chat
This commit is contained in:
CrackmaticSoftware
2026-03-19 01:52:40 +01:00
committed by GitHub
parent a6810591de
commit 606e7867d0
4 changed files with 420 additions and 281 deletions

View File

@@ -131,7 +131,7 @@ public class SlotsCommand : ICommand
}
var imageUrl = await Zipline.Upload(finalImageStream, new MediaTypeHeaderValue("image/webp"), "1h", ctx);
await botInstance.SendChatMessageAsync($"[img]{imageUrl}[/img]", true,
autoDeleteAfter: TimeSpan.FromSeconds(150));
autoDeleteAfter: TimeSpan.FromSeconds(60)); // delay till slots graphic deletion.
}
winnings = (decimal)board.RunningTotalDisplay;