randomizer cog

This commit is contained in:
2026-04-04 04:03:34 +00:00
parent 031d51c031
commit 2bc248c3b3
2 changed files with 43 additions and 0 deletions

8
cogs/random/config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"description": "Random number and choice generators.",
"usages": [
"rng [maximum]",
"choose <option1> <option2> ..."
],
"hidden": false
}