mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
![]() |
Array.prototype.random = function() {
|
||
|
return this[Math.floor((Math.random()*this.length))];
|
||
|
};
|