Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

📝 updated README #335

Merged
merged 15 commits into from
Jan 1, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 2 additions & 5 deletions docs/PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
![Discord](https://img.shields.io/discord/881531065859190804)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# <img src="../assets/svg/pincer.svg" height="24px" alt="Pincer Logo"> Pincer
The snappy asynchronous Discord API wrapper written with aiohttp.

## :pushpin: Links

> <img src="../assets/svg/discord.svg" width="16px" alt="Discord Logo"> |Join the Discord server: https://discord.gg/pincer <br>
Expand Down Expand Up @@ -91,7 +88,7 @@ bot.run()

**An example on the `on_ready` event**

Pincer makes developing application commands intuitive and fast.
Pincer bots are required to inherit from the Client.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ye lol md template woudln't be too bad xD


```py
from time import perf_counter
Expand All @@ -108,7 +105,7 @@ client.run()

### Interactions

Pincer is designed to make developing application commands intuitive and fast.
Pincer makes developing application commands intuitive and fast.

```py
from pincer import Client
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ bot.run()

**An example on the `on_ready` event**

Pincer makes developing application commands intuitive and fast.
Pincer bots are required to inherit from the Client.

```py
from time import perf_counter
Expand All @@ -111,7 +111,7 @@ client.run()

### Interactions

Pincer is designed to make developing application commands intuitive and fast.
Pincer makes developing application commands intuitive and fast.

```py
from pincer import Client
Expand Down