1
Fork 0
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:
RGBCube 2022-06-08 18:31:09 +00:00
parent 1c2a072d90
commit 2322dec868

View file

@ -40,7 +40,7 @@ class MinecraftServer(
)
async def bedrock(self, ctx: commands.Context, /) -> None:
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(