Pycord-Development / pycord

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python
https://docs.pycord.dev
MIT License
2.74k stars 462 forks source link

Pycord's docs have a typo #28

Closed ImNimboss closed 3 years ago

ImNimboss commented 3 years ago

Summary

Pycord's docs say "discord.py" everywhere, not "pycord"

What is the feature request for?

The documentation

The Problem

Go to https://pycord.readthedocs.io/en/latest and observe how "discord.py" is written everywhere instead of pycord. Even the page title is "Welcome to discord.py"

The Ideal Solution

Replace all "discord.py" instances with "pycord"

The Current Solution

No response

Additional Context

No response

1oonie commented 3 years ago

This is because pycord is a fork of discord.py and the documentation has not been updated accordingly. You are welcome to do this yourself though... the documentation lives in the docs/ folder and in the docstrings of methods/classes.

ImNimboss commented 3 years ago

Yes, I thought so, thank you

CodeWithSwastik commented 3 years ago

The docs have already been updated, check master.

Dorukyum commented 3 years ago

The hyperlink in the message above is incorrect, here are the docs for master.