{"id":19641417,"url":"https://github.com/disnakedev/guide","last_synced_at":"2025-06-21T17:03:45.370Z","repository":{"id":38015608,"uuid":"420950708","full_name":"DisnakeDev/guide","owner":"DisnakeDev","description":"A guide/example list of use-cases of disnake.","archived":false,"fork":false,"pushed_at":"2025-01-22T15:18:07.000Z","size":4810,"stargazers_count":25,"open_issues_count":7,"forks_count":33,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-21T17:03:02.275Z","etag":null,"topics":["discord","discord-bot","disnake","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"https://guide.disnake.dev","language":"MDX","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/DisnakeDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2021-10-25T09:02:16.000Z","updated_at":"2025-03-11T21:50:42.000Z","dependencies_parsed_at":"2024-05-19T16:32:39.262Z","dependency_job_id":"3c767569-737f-4522-a46a-1bb5ee439021","html_url":"https://github.com/DisnakeDev/guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DisnakeDev/guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DisnakeDev%2Fguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DisnakeDev%2Fguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DisnakeDev%2Fguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DisnakeDev%2Fguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DisnakeDev","download_url":"https://codeload.github.com/DisnakeDev/guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DisnakeDev%2Fguide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261162060,"owners_count":23118219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["discord","discord-bot","disnake","hacktoberfest","python"],"created_at":"2024-11-11T14:09:14.177Z","updated_at":"2025-06-21T17:03:40.329Z","avatar_url":"https://github.com/DisnakeDev.png","language":"MDX","readme":"[![Disnake Banner](https://raw.githubusercontent.com/DisnakeDev/disnake/master/assets/banner.png)](https://disnake.dev/)\n\n# Disnake Guide (WIP)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/disnake\"\u003e\u003cimg src=\"https://img.shields.io/discord/808030843078836254?style=flat-square\u0026color=5865f2\u0026logo=discord\u0026logoColor=ffffff\u0026label=discord\" alt=\"Discord server invite\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DisnakeDev/disnake/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/commit-activity/w/DisnakeDev/guide.svg?style=flat-square\" alt=\"Commit activity\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://guide.disnake.dev/\"\u003e\u003cimg src=\"https://img.shields.io/github/deployments/DisnakeDev/guide/github-pages?style=flat-square\u0026color=blue\" alt=\"GitHub checks\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nWelcome! The purpose of this guide is to make your journey with `disnake` easier, whether you're an experienced\ndeveloper just getting into coding Discord bots, or an advanced bot developer who has decided to proceed with `disnake`\nas their library of choice.\n\nThe concept we will be going over, include:\n\n-   How to get started on working with bots;\n-   How to create and organize commands, using cogs/extensions;\n-   Working with databases (such as [`sqlite`][sqlite-docs] and [`mongodb (motor)`][motor-docs]);\n-   Using the [`AutoShardedClient`](https://disnake.readthedocs.io/en/stable/api.html#disnake.AutoShardedClient) class\n    to shard your bot;\n-   A plethora of examples with popular topics along with in-depth explanation, and much more!\n\n[sqlite-docs]: https://docs.python.org/3/library/sqlite3.html\n[motor-docs]: https://motor.readthedocs.io/en/stable/\n\nThis guide will showcase the various features and events that our library has, while giving you an idea of how these\nfunctions work together as well as how the syntax looks in production.\n\n## Development\n\nFor more info on development/contributions, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md).\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://docs.disnake.dev/\"\u003eDocumentation\u003c/a\u003e\n    ⁕\n    \u003ca href=\"https://guide.disnake.dev/\"\u003eGuide\u003c/a\u003e\n    ⁕\n    \u003ca href=\"https://discord.gg/disnake\"\u003eDiscord Server\u003c/a\u003e\n    ⁕\n    \u003ca href=\"https://discord.gg/discord-developers\"\u003eDiscord Developers\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr /\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisnakedev%2Fguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisnakedev%2Fguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisnakedev%2Fguide/lists"}