From 08d477a5f9438bbc6837494768954e23b1e21f71 Mon Sep 17 00:00:00 2001 From: dolfies Date: Tue, 28 Mar 2023 21:02:02 -0400 Subject: [PATCH] Don't change discord_protos to selfcord_protos --- .github/workflows/rename.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml index 063404bb8..684b8ad5f 100644 --- a/.github/workflows/rename.yml +++ b/.github/workflows/rename.yml @@ -24,7 +24,7 @@ jobs: rm -rf docs .github .readthedocs.yml tests mv discord selfcord - sed -i -e 's/import discord/import selfcord/g' -e 's/from discord/from selfcord/g' -e 's/from discord/from selfcord/g' -e 's/discord\.py-self/selfcord\.py/g' -e '/\(discord\.com\|discord\.gg\|discord\.new\)/! s/discord\./selfcord\./g' $(find selfcord examples -name "*.py") + sed -i -e 's/import discord/import selfcord/g' -e '/from discord_protos/!{s/from discord/from selfcord/g}' -e '/from discord_protos/!{s/from discord/from selfcord/g}' -e 's/discord\.py-self/selfcord\.py/g' -e '/\(discord\.com\|discord\.gg\|discord\.new\)/! s/discord\./selfcord\./g' $(find selfcord examples -name "*.py") sed -i -e 's/discord/selfcord/g' pyproject.toml MANIFEST.in sed -i -e "s/prefix = 'discord'/prefix = 'selfcord'/" setup.py