{"id":20983642,"url":"https://github.com/csmir/dicemos","last_synced_at":"2026-02-21T06:02:32.620Z","repository":{"id":262977797,"uuid":"888952384","full_name":"csmir/Dicemos","owner":"csmir","description":"The primary tool in Discord for all things dice","archived":false,"fork":false,"pushed_at":"2024-11-15T11:09:32.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-28T06:56:05.341Z","etag":null,"topics":["bot","dice","discord","game"],"latest_commit_sha":null,"homepage":"https://discord.com/oauth2/authorize?client_id=1132013697401901076","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csmir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-15T10:18:29.000Z","updated_at":"2025-04-25T11:18:17.000Z","dependencies_parsed_at":"2024-11-15T11:31:16.858Z","dependency_job_id":"fbd32dc6-218f-416b-bcf3-17340505b050","html_url":"https://github.com/csmir/Dicemos","commit_stats":null,"previous_names":["csmir/dicemos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csmir/Dicemos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmir%2FDicemos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmir%2FDicemos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmir%2FDicemos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmir%2FDicemos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csmir","download_url":"https://codeload.github.com/csmir/Dicemos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csmir%2FDicemos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29674929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T05:54:28.202Z","status":"ssl_error","status_checked_at":"2026-02-21T05:53:42.585Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","dice","discord","game"],"created_at":"2024-11-19T05:49:37.278Z","updated_at":"2026-02-21T06:02:32.569Z","avatar_url":"https://github.com/csmir.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎲 Dicemos\n### [Invite Dicemos to your servers!](https://discord.com/oauth2/authorize?client_id=1132013697401901076)\nThe primary tool in Discord for all things dice. Roll simple d6'es, or complex equations in any way you like. Extract all the details about the equation and review the results in your personal history.\n\n⚠️ To read about data usage, refer to the [privacy statement](PRIVACY.md). \n\n*This product is powered by [Netcord](https://github.com/NetCordDev/NetCord) and [Commands.NET](https://github.com/csmir/Commands.NET).*\n\n## 🧮 Usage:\n\n`/roll` calculates your input (`formula: ...`) and provides a consise and accurate result. It is curated to a set of provided options (`options: ...`), which mutate the input or response as it sees fit.\n\n#### Example input:\n\n- `/roll`\n- `/roll formula:1d20`\n- `/roll options:rolls:5`\n- `/roll formula:1d20 options:secret`\n\n\u003e Without arguments, this command will open a modal which allows for more extensive input specification. Some options do not support direct roll input, and instead need this modal to function.\n\n### Roll Options\n\nThe `/roll` command accepts `options`, formatted as the following:\n\n#### Secret\nThe roll will be hidden (ephemeral) from the channel and will only be visible to the user who rolled it.\n\n\u003e Flags: `secret`, `s`, `hidden`, `hide`, `h`\n\n#### Master\n\nThe roll will be rolled in private, notifying the users in the channel that a roll has been made.\n\n\u003e Flags: `master`, `gm`, `m`\n\n#### Masked\n\nThe roll will be masked and will not display the input values or output details.\n\n\u003e Flags: `masked`, `mask`\n\n#### Invisible\n\nThe roll will be completely invisible and will not be displayed to the channel or the report channel.\n\n\u003e Flags: `invisible`, `inv`, `i`\n\n#### Average\n\nThe result will return the average of the dices rolled.\n\n\u003e Flags: `average`, `av`\n\n#### Max\n\nThe result will return the maximum possible result of the dices rolled.\n\n\u003e Flags: `max`, `maximum`, `highest`, `top`\n\n#### Min\n\nThe result will return the minimum possible result of the dices rolled.\n\n\u003e Flags: `min`, `minimum`, `lowest`, `bottom`\n\n#### Critical\n\nThe result will return a critical hit, taking the maximum possible result of the dices rolled.\n\n\u003e Flags: `critical`, `crit`, `c`\n\n#### Limitless\n\nThe roll will ignore all limitations.\n\n\u003e Flags: `limitless`, `limit`, `l`\n\n#### Above\n\nThe result will return how many rolls exceeded the defined value.\n\n\u003e Flags: `above`, `exceeds`\n\n#### Below\n\nThe result will return how many rolls resulted below the defined value.\n\n\u003e Flags: `below`, `b`\n\n#### Matches\n\nThe result will return how many rolls matched the defined value.\n\n\u003e Flags: `matches`, `match`, `is`\n\n#### Explode\n\nThe dice will explode on the defined value, rolling again and adding the result to the total.\n\n\u003e Flags: `explode`, `exp`, `ex`, `e`\n\n#### Advantage\n\nThe result will return the highest rolled value.\n\n\u003e Flags: `advantage`, `adv`, `a`\n\n#### Disadvantage\n\nThe result will return the lowest rolled value.\n\n\u003e Flags: `disadvantage`, `disadv`, `dis`, `d`\n\n#### Rolls\n\nThe result will return the number of rolls made.\n\n\u003e `rolls`, `r`\n\n## Contributing\n\nDicemos is not open source. There is no interest in open-source collaborations. \nTo report bugs or submit suggestions, make an issue here, or find me on Discord: [NET-work](https://discord.com/invite/T7hCvShAx5).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsmir%2Fdicemos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsmir%2Fdicemos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsmir%2Fdicemos/lists"}