1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00

Chore: Rename repo

This commit is contained in:
RGBCube 2023-03-18 12:17:19 +03:00 committed by GitHub
parent 28b1844904
commit 2bf4e8acf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.",

View file

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