Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ To get started with contributing to this guide, follow these steps:
4. Run `pre-commit`.
- If you want to install the pre-commit hooks to automatically run before every commit, use `pre-commit install`
- Otherwise, use `pre-commit run --all-files` to run all checks once.

> [!NOTE]
> Before contributing new content, please consider checking if there is already an issue about the topic. If not, it would be advisable to create one first, in case you start working on something that may not end up being accepted.
2 changes: 1 addition & 1 deletion guide/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ with Python, you can come back here to get started!
This guide is made using [**Docusaurus**](https://docusaurus.io/), a static site generator geared towards building
project documentation. The package utilized for Discord-like message elements is Danktuary's [`@discord-message-components/react`](https://www.npmjs.com/package/@discord-message-components/react).

The idea of building a guide that showcases the use of `disnake`'s syntax was inpired from
The idea of building a guide that showcases the use of `disnake`'s syntax was inspired from
[**Discord.js**](https://discord.js.org/), one of the most popular JavaScript Discord libraries; their guide can be
found [here](https://discordjs.guide/). The credit for the initial directory structure and articles, goes to them.

Expand Down