Muni Muni
This commit is contained in:
parent
709ccaf145
commit
2d6c968efc
Binary file not shown.
@ -80,7 +80,7 @@ public class DivaBot extends ListenerAdapter{
|
||||
}
|
||||
}
|
||||
Random r = new Random();
|
||||
return muniEmotes.get((int)(Math.random()*muniEmotes.size()));
|
||||
return muniEmotes.get((int)(r.nextDouble()*muniEmotes.size()));
|
||||
}
|
||||
|
||||
/*@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user