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"]