mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-26 00:17:45 +00:00
Update minecraft version required
This commit is contained in:
parent
d62a52af40
commit
d7d984a4ef
1 changed files with 3 additions and 3 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.20.x is required to join."
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.21 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.20.x is required to join."
|
||||
f" `{self.bot.server.java.ip}`\nNote: Minecraft 1.21 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.20.x"
|
||||
f" `{self.bot.server.bedrock.ip}`\nNote: Minecraft 1.21"
|
||||
" is required to join."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue