From 2bf4e8acf2fb851af0d9edc982674463a4b86982 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:17:19 +0300 Subject: [PATCH] Chore: Rename repo --- minearchy_bot/cogs/miscellanious.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minearchy_bot/cogs/miscellanious.py b/minearchy_bot/cogs/miscellanious.py index 90ec20e..f08f92e 100644 --- a/minearchy_bot/cogs/miscellanious.py +++ b/minearchy_bot/cogs/miscellanious.py @@ -35,7 +35,7 @@ class Miscellaneous( ) async def github(self, ctx: Context) -> None: # Not a button since I want the embed. - await ctx.reply("https://github.com/RGBCube/minearchy-bot") + await ctx.reply("https://github.com/RGBCube/MinearchyBot") @command( brief = "Sends info about the bot.", diff --git a/pyproject.toml b/pyproject.toml index 10c158f..674aad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "minearchy-bot" +name = "MinearchyBot" version = "1.0.0" description = "A simple Discord bot for the Lands of Minearchy Discord server." authors = ["RGBCube", "The Lands of Minearchy team"]