Skip to content

Commit

Permalink
docs(readme.md): refactor markdown syntax for better readability and …
Browse files Browse the repository at this point in the history
…consistency

style(readme.md): remove unnecessary div tags and br tags for cleaner markdown
feat(readme.md): update table of contents to include new sections and improve navigation
  • Loading branch information
kzndotsh committed Jul 19, 2024
1 parent d9b860f commit 12bf4db
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<div align="center">

<!-- title -->

<!--lint ignore no-dead-urls-->
Expand All @@ -14,31 +12,26 @@ An Awesome list for all things Discord.py

<!-- image -->

<a href="" target="_blank" rel="noopener noreferrer">
<img style="width: 50%" src="https://discordpy.readthedocs.io/en/stable/_images/snake_dark.svg" />
</a>
![Discord.py Logo](https://discordpy.readthedocs.io/en/stable/_images/snake_dark.svg)

<!-- description -->
<br>
<br>

[Discord.py](https://discordpy.readthedocs.io/en/stable/) is a modern, easy to use, feature-rich, and async ready API wrapper for Discord.

</div>

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
<!-- TOC -->

- [Gists](#gists)
- [Contributing](#contributing)
- [Contributors](#contributors)
## Contents

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
- [Awesome Discord.py List](#awesome-discordpy-list)
- [Contents](#contents)
- [Gists](#gists)
- [Contributing](#contributing)
- [Contributors](#contributors)

<!-- START CONTENT -->
<!-- CONTENT -->

## Gists

- [A list of all special cog methods](https://gist.github.com/Ikusaba-san/69115b79d33e05ed07ec4a4f14db83b1) - A list of all special cog methods

<!-- END CONTENT -->
Expand Down

0 comments on commit 12bf4db

Please sign in to comment.