{"id":21900732,"url":"https://github.com/nwrenger/doenermann-bot","last_synced_at":"2026-06-01T03:00:46.177Z","repository":{"id":144216396,"uuid":"586037984","full_name":"nwrenger/doenermann-bot","owner":"nwrenger","description":"A repository with the Dönermann Bot used in a private Discord server of mine.","archived":false,"fork":false,"pushed_at":"2026-05-22T19:04:53.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Rust","last_synced_at":"2026-05-22T22:25:58.691Z","etag":null,"topics":["archive","birthday-reminder","bot","discord","discord-api","discord-bot","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwrenger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"nwrenger","ko_fi":"nwrenger"}},"created_at":"2023-01-06T19:17:56.000Z","updated_at":"2026-05-22T19:05:25.000Z","dependencies_parsed_at":"2025-07-18T20:37:58.238Z","dependency_job_id":null,"html_url":"https://github.com/nwrenger/doenermann-bot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nwrenger/doenermann-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwrenger%2Fdoenermann-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwrenger%2Fdoenermann-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwrenger%2Fdoenermann-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwrenger%2Fdoenermann-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwrenger","download_url":"https://codeload.github.com/nwrenger/doenermann-bot/tar.gz/refs/heads/Rust","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwrenger%2Fdoenermann-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33757790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archive","birthday-reminder","bot","discord","discord-api","discord-bot","python","rust"],"created_at":"2024-11-28T15:09:49.709Z","updated_at":"2026-06-01T03:00:46.172Z","avatar_url":"https://github.com/nwrenger.png","language":"Rust","funding_links":["https://github.com/sponsors/nwrenger","https://ko-fi.com/nwrenger"],"categories":[],"sub_categories":[],"readme":"# Dönermann-Bot\n\nA repository with the Dönermann Bot used in a private Discord server of mine. It's using the `serenity` crate and is available under the **GPLv3 License**.\n\n## Features\n\n- Copy message of a citations channel to the database\n- Show with a command how many were copied: `/citations`\n- A normal ping command: `/döner`\n- Manage birthdays with `/birthday set`, `/birthday delete`, and `/birthday next`\n- Roll, claim, browse, delete, and rank waifus with `/waifu roll`, `/waifu collection`, and `/waifu leaderboard`\n- Give a user a role when the user joins the server\n\n## Commands\n\n- `/citations`: Shows the latest recorded citation messages from the configured citations channel.\n- `/döner`: Sends a Döner helper link.\n- `/birthday set birth:\u003cdate\u003e`: Saves your birthday using the configured `date_format`.\n- `/birthday delete user:\u003cuser\u003e`: Deletes your own birthday, or another user's birthday if you are listed as an admin.\n- `/birthday next`: Shows the next upcoming birthdays.\n- `/waifu roll`: Rolls a random MyAnimeList character from Jikan and adds a Claim button.\n- `/waifu collection`: Shows your claimed waifus with Previous, Delete, and Next buttons.\n- `/waifu leaderboard`: Ranks players by their total Goon Credits across claimed waifus.\n\n## Set Up\n\n- Add an Application in the **[Discord Developer Portal](https://discord.com/developers/applications)** and create a bot.\n- Paste your bot token in `config.toml` and enable these Privileged Gateway Intents in the Discord Developer Portal:\n  - Server Members Intent\n  - Message Content Intent\n- Add the guild (i.e. the server) id, the citations channel id, the id of the join role, ids of the admins, and verify paths and date formatting.\n- Start the bot by running the binary file provided in the release, make sure to give it the right permissions and that the `config.toml` is in the same directory as the binary.\n- Otherwise, a default `config.toml` will be generated on the first run, which you can then edit as described above and restart the bot.\n\n## Default `config.toml`\n\n```toml\n[bot]\n# The Bot Token\ntoken = \"\"\n# A date format used for displaying dates inside the bot messages, default is `%d.%m.%Y`\ndate_format = \"%d.%m.%Y\"\n# A timestamp format used for displaying timestamps inside the bot messages, default is `%d.%m.%Y %H:%M:%S`\ntimestamp_format = \"%d.%m.%Y %H:%M:%S\"\n\n[paths]\n# Path to the database file\ndatabase = \"db.json\"\n\n[server]\n# Id of the server\nguild = \"\"\n# Id of the citations channel\ncitations_channel = \"\"\n# Id of the role which should be added on join\nrole_on_join = \"\"\n# Id of the bot's admins, can be multiple\nadmins = [ \"\" ]\n```\n\n## Building Example (Cross)\n\n```sh\ncross build -r --target aarch64-unknown-linux-gnu\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwrenger%2Fdoenermann-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwrenger%2Fdoenermann-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwrenger%2Fdoenermann-bot/lists"}