mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
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:
committed by
GitHub
parent
a6810591de
commit
606e7867d0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user