no p
This commit is contained in:
parent
4a4bc244e4
commit
1441d78499
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ val balloon = listOf(" \uD83D\uDCAC ", " \uD83D\uDCAD ")
|
|||
// get randomized meow
|
||||
fun getMeow(): String {
|
||||
// source of characters to randomize
|
||||
val mainSrc = "meowrp"
|
||||
val mainSrc = "meowr"
|
||||
// length of meow
|
||||
val meowLength = (0..42).random()
|
||||
// generate meow based on length and randomized characters
|
||||
|
|
Loading…
Reference in a new issue