Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disnakedev/guide
A guide/example list of use-cases of disnake.
https://github.com/disnakedev/guide
discord discord-bot disnake hacktoberfest python
Last synced: about 2 months ago
JSON representation
A guide/example list of use-cases of disnake.
- Host: GitHub
- URL: https://github.com/disnakedev/guide
- Owner: DisnakeDev
- Created: 2021-10-25T09:02:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:25:59.000Z (8 months ago)
- Last Synced: 2024-05-19T16:32:38.858Z (8 months ago)
- Topics: discord, discord-bot, disnake, hacktoberfest, python
- Language: MDX
- Homepage: https://guide.disnake.dev
- Size: 4.59 MB
- Stars: 24
- Watchers: 3
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
[![Disnake Banner](https://raw.githubusercontent.com/DisnakeDev/disnake/master/assets/banner.png)](https://disnake.dev/)
# Disnake Guide (WIP)
Welcome! The purpose of this guide is to make your journey with `disnake` easier, whether you're an experienced
developer just getting into coding Discord bots, or an advanced bot developer who has decided to proceed with `disnake`
as their library of choice.The concept we will be going over, include:
- How to get started on working with bots;
- How to create and organize commands, using cogs/extensions;
- Working with databases (such as [`sqlite`][sqlite-docs] and [`mongodb (motor)`][motor-docs]);
- Using the [`AutoShardedClient`](https://disnake.readthedocs.io/en/stable/api.html#disnake.AutoShardedClient) class
to shard your bot;
- A plethora of examples with popular topics along with in-depth explanation, and much more![sqlite-docs]: https://docs.python.org/3/library/sqlite3.html
[motor-docs]: https://motor.readthedocs.io/en/stable/This guide will showcase the various features and events that our library has, while giving you an idea of how these
functions work together as well as how the syntax looks in production.## Development
For more info on development/contributions, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
Documentation
⁕
Guide
⁕
Discord Server
⁕
Discord Developers