mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
fix typos
This commit is contained in:
parent
8c8a996cb8
commit
1c2a072d90
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ class MinecraftServer(
|
||||||
)
|
)
|
||||||
async def ip(self, ctx: commands.Context, /) -> None:
|
async def ip(self, ctx: commands.Context, /) -> None:
|
||||||
await ctx.reply(
|
await ctx.reply(
|
||||||
f"Java edition IP: `{self.bot.mc_server.ip}`\nBedrock edition IP: `{self.bot.mc_server.bedrock_ip}` (Port: 19132)\nNote: Minecraft 1.18+ is required tı join."
|
f"Java edition IP: `{self.bot.mc_server.ip}`\nBedrock edition IP: `{self.bot.mc_server.bedrock_ip}` (Port: 19132)\nNote: Minecraft 1.18+ is required to join."
|
||||||
)
|
)
|
||||||
|
|
||||||
@ip.command(
|
@ip.command(
|
||||||
|
@ -31,7 +31,7 @@ class MinecraftServer(
|
||||||
)
|
)
|
||||||
async def java(self, ctx: commands.Context, /) -> None:
|
async def java(self, ctx: commands.Context, /) -> None:
|
||||||
await ctx.reply(
|
await ctx.reply(
|
||||||
f"The IP to connect on Minecraft Java edition is `{self.bot.mc_server.ip}`\nNote: Minecraft 1.18+ is required tı join."
|
f"The IP to connect on Minecraft Java edition is `{self.bot.mc_server.ip}`\nNote: Minecraft 1.18+ is required to join."
|
||||||
)
|
)
|
||||||
|
|
||||||
@ip.command(
|
@ip.command(
|
||||||
|
@ -40,7 +40,7 @@ class MinecraftServer(
|
||||||
)
|
)
|
||||||
async def bedrock(self, ctx: commands.Context, /) -> None:
|
async def bedrock(self, ctx: commands.Context, /) -> None:
|
||||||
await ctx.reply(
|
await ctx.reply(
|
||||||
f"The IP to connect on Minecraft Bava edition is `{self.bot.mc_server.ip}` (Port: 19132)\nNote: Minecraft 1.18+ is required tı join."
|
f"The IP to connect on Minecraft Bedrock edition is `{self.bot.mc_server.ip}` (Port: 19132)\nNote: Minecraft 1.18+ is required to join."
|
||||||
)
|
)
|
||||||
|
|
||||||
@commands.command(
|
@commands.command(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue