UNPKG

bisco

Version:

Library for creating Discord bot.

6 lines (5 loc) 107 B
module.exports = { Random(min, max) { return Math.floor(Math.random() * (max - min + 1) + min) } }