Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/random/locales/en_us.json

7 lines
272 B
JSON
Raw Normal View History

2023-03-02 10:38:19 +00:00
{
2023-03-14 12:05:42 +00:00
"random.help": "Random number generator (cryptographically secure)",
2023-03-15 11:29:25 +00:00
"random.help.number": "Generate a random integer within a given range.",
"random.help.choice": "Select an element from a given set.",
"random.help.uuid": "Generate random UUID (v4)."
2023-03-10 13:59:18 +00:00
}