mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Update for new chyat
This commit is contained in:
@@ -156,7 +156,7 @@ public class WheelCommand : ICommand
|
||||
int delay = (int)(MIN_WHEELSPIN_DELAY + easeOut * (MAX_WHEELSPIN_DELAY - MIN_WHEELSPIN_DELAY));
|
||||
await Task.Delay(delay, ctx);
|
||||
wheel.RotateWheelOnce();
|
||||
await botInstance.KfClient.EditMessageAsync(wheelDisplayMessage.ChatMessageId!.Value,
|
||||
await botInstance.KfClient.EditMessageAsync(wheelDisplayMessage.ChatMessageUuid!,
|
||||
wheel.ConvertWheelToOvalString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user