mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-28 09:27:44 +00:00
Fix project name and minecraft version
This commit is contained in:
parent
462fa36121
commit
d62a52af40
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ class MinecraftServer(
|
|||
async def ip(self, ctx: Context) -> None:
|
||||
await ctx.reply(
|
||||
f"Java edition IP: `{self.bot.server.java.ip}`\nBedrock edition IP:"
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.19 is required to join."
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.20.x is required to join."
|
||||
)
|
||||
|
||||
@ip.command(
|
||||
|
@ -38,7 +38,7 @@ class MinecraftServer(
|
|||
async def java(self, ctx: Context) -> None:
|
||||
await ctx.reply(
|
||||
"The IP to connect on Minecraft Java edition is"
|
||||
f" `{self.bot.server.java.ip}`\nNote: Minecraft 1.19 is required to join."
|
||||
f" `{self.bot.server.java.ip}`\nNote: Minecraft 1.20.x is required to join."
|
||||
)
|
||||
|
||||
@ip.command(
|
||||
|
@ -48,7 +48,7 @@ class MinecraftServer(
|
|||
async def bedrock(self, ctx: Context) -> None:
|
||||
await ctx.reply(
|
||||
"The IP to connect on Minecraft Bedrock edition is"
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.19"
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.20.x"
|
||||
" is required to join."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue