Muni Muni

This commit is contained in:
Joshua Sigona 2021-03-13 07:59:49 +09:00
parent 709ccaf145
commit 2d6c968efc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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