From 59f12d3cbf24364a156e21dcf65e4f1eaaf47ebe Mon Sep 17 00:00:00 2001 From: Neilisop <68216747+Neilisop@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:52:24 +0530 Subject: [PATCH 1/2] Changed discord.py & discord to Pycord. --- discord/__init__.py | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord/__init__.py b/discord/__init__.py index 1e74cf910d..c58c6c8eee 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -9,8 +9,8 @@ """ -__title__ = 'discord' -__author__ = 'Rapptz' +__title__ = 'Pycord' +__author__ = 'Pycord Devolopment' __license__ = 'MIT' __copyright__ = 'Copyright 2015-present Rapptz' __version__ = '2.0.0a' diff --git a/docs/conf.py b/docs/conf.py index 981d573cb1..094a974c9b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,7 +293,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'discord.py.tex', 'discord.py Documentation', + ('index', 'discord.py.tex', 'Pycord Documentation', 'Rapptz', 'manual'), ] @@ -323,7 +323,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'discord.py', 'discord.py Documentation', + ('index', 'discord.py', 'Pycord Documentation', ['Rapptz'], 1) ] From d7bde8c4b0cca385a45d5b3f908d60b0c337cb9b Mon Sep 17 00:00:00 2001 From: ItsNeil <68216747+Neilisop@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:23:49 +0530 Subject: [PATCH 2/2] Updated. --- discord/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/__init__.py b/discord/__init__.py index c58c6c8eee..f8adeb7790 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -9,8 +9,8 @@ """ -__title__ = 'Pycord' -__author__ = 'Pycord Devolopment' +__title__ = 'discord.py' +__author__ = 'Rapptz' __license__ = 'MIT' __copyright__ = 'Copyright 2015-present Rapptz' __version__ = '2.0.0a'