mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
fix ip thing
This commit is contained in:
parent
1c2a072d90
commit
2322dec868
1 changed files with 1 additions and 1 deletions
|
@ -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 Bedrock edition is `{self.bot.mc_server.ip}` (Port: 19132)\nNote: Minecraft 1.18+ is required to join."
|
f"The IP to connect on Minecraft Bedrock edition is `{self.bot.mc_server.bedrock_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