mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Update KasinoMines.cs (#84)
This commit is contained in:
@@ -145,6 +145,10 @@ public class KasinoMines
|
|||||||
str += "[br]";
|
str += "[br]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
yellowWave++;
|
||||||
|
orangeWave++;
|
||||||
|
redWave++;
|
||||||
|
whiteWave++;
|
||||||
await Task.Delay(100);
|
await Task.Delay(100);
|
||||||
await _kfChatBot.KfClient.EditMessageAsync(LastMessageId, $"{str}[br]{Creator.User.FormatUsername()}");
|
await _kfChatBot.KfClient.EditMessageAsync(LastMessageId, $"{str}[br]{Creator.User.FormatUsername()}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user