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

📝 updated README #335

merged 15 commits into from
Jan 1, 2022

Conversation

Lunarmagpie
Copy link
Member

@Lunarmagpie Lunarmagpie commented Dec 28, 2021

Changes

  1. Fixed the first example to actually run
  2. Remove the security warning in logging because we never had one afaik.

Check off the following

  • I have tested my changes with the current requirements
  • My Code follows the pep8 code style.

@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #335 (568356e) into main (e4156dd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files           8        8           
  Lines          74       74           
=======================================
  Hits           67       67           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44da9c1...568356e. Read the comment docs.

docs/PYPI.md Outdated Show resolved Hide resolved
@Lunarmagpie
Copy link
Member Author

I think maintaining 2 READMEs is a terrible idea. Its be pretty easy to fix by using setuptools though but im not sure if we really want to add that complexity. Just putting the idea out there.

Copy link
Member

@trag1c trag1c left a comment

Choose a reason for hiding this comment

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

All suggestions apply to README.md as well.

docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved
docs/PYPI.md Outdated Show resolved Hide resolved

## ☄️ Installation

Use the following command to install Pincer into your Python environment:

```bash
Copy link
Member

Choose a reason for hiding this comment

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

omg wtf is this xD
Thx you so much

Comment on lines +37 to +42
To install our version with Aiohttp Speedup, use:

```sh
pip install pincer[speed]
```

Copy link
Member

Choose a reason for hiding this comment

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

There is also img but instead of saying "to install ..." for all of them maybe should we put a table or something?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is outside the scope of what I want to do in this PR

docs/README.md Outdated
class Bot(Client):
@Client.event
async def on_ready():
print(f"Logged in as {client.bot} after {perf_counter()} seconds")
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we use client repr? ...client as no repr implemented yet xD

Copy link
Member Author

Choose a reason for hiding this comment

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

Im not doing this this PR cause I actually want it to be merged 💀
and i think its good how it is

docs/README.md Outdated Show resolved Hide resolved
@@ -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

@trag1c trag1c mentioned this pull request Dec 31, 2021
2 tasks
@Lunarmagpie
Copy link
Member Author

I'm merging. The stuff that I didn't change but are requested changes I think should be done in a different PR since I don't want to be stuck maintaining this branch for a while.

@Lunarmagpie Lunarmagpie merged commit 88afc98 into Pincer-org:main Jan 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants