From 5c496d6932ce696f2246b4eb04d91b37324aa7c4 Mon Sep 17 00:00:00 2001 From: Hannele Ruiz Date: Wed, 3 Jul 2024 22:28:33 -0400 Subject: [PATCH] Updated the link of the repo and username --- README.md | 12 ++++++------ leek/bot.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c521908..a31fa66 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,21 @@ Leek is a simple and easy to use Discord Bot Framework. It allows you to easily ## Download -* [GitHub Releases](https://github.com/LeekByLemon/Leek/releases) -* [GitHub Actions](https://github.com/LeekByLemon/Leek/actions) (experimental versions) +* [GitHub Releases](https://github.com/justalemon/Leek/releases) +* [GitHub Actions](https://github.com/justalemon/Leek/actions) (experimental versions) ## Installation Run the following command to install the latest version of Leek from master. ``` -pip install https://github.com/LeekByLemon/Leek/archive/master.zip +pip install https://github.com/justalemon/Leek/archive/master.zip ``` If you want to install from git for developent purposes, run the following commands: ``` -git clone https://github.com/LeekByLemon/Leek.git leek +git clone https://github.com/justalemon/Leek.git leek cd leek pip install -e . ``` @@ -40,8 +40,8 @@ Leek allows you to configure your bot just by using a `.env` file. On this `.env After setting the required configuration options, you can start the bot by using `python -m leek`. -[actions-img]: https://img.shields.io/github/actions/workflow/status/LeekByLemon/Leek/main.yml?branch=master&label=actions -[actions-url]: https://github.com/LeekByLemon/Leek/actions +[actions-img]: https://img.shields.io/github/actions/workflow/status/justalemon/Leek/main.yml?branch=master&label=actions +[actions-url]: https://github.com/justalemon/Leek/actions [patreon-img]: https://img.shields.io/badge/support-patreon-FF424D.svg [patreon-url]: https://www.patreon.com/lemonchan [paypal-img]: https://img.shields.io/badge/support-paypal-0079C1.svg diff --git a/leek/bot.py b/leek/bot.py index 364a980..d8c5777 100644 --- a/leek/bot.py +++ b/leek/bot.py @@ -201,7 +201,7 @@ async def __about(self, ctx: ApplicationContext) -> None: embed = Embed() embed.colour = 0x499529 embed.title = localize("BOT_COMMAND_ABOUT_TITLE", ctx.locale) - embed.url = "https://github.com/LeekByLemon" + embed.url = "https://github.com/justalemon/Leek" embed.description = localize("BOT_COMMAND_ABOUT_BODY", ctx.locale) embed.set_thumbnail(url="https://avatars.githubusercontent.com/u/99556316") embed.set_footer(text=localize("BOT_COMMAND_ABOUT_FOOTER", ctx.locale)) diff --git a/pyproject.toml b/pyproject.toml index b43075b..4deb7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dynamic = [ ] [project.urls] -Homepage = "https://github.com/LeekByLemon/Leek" +Homepage = "https://github.com/justalemon/Leek" [project.optional-dependencies] dev = [