Skip to content

Commit

Permalink
that works better
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapy7261 committed Jan 31, 2023
1 parent 62fb2de commit 4a11278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/checkip.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ async def checkip(self, ctx, address = None):
server = await JavaServer.async_lookup(address)
stat = await server.async_status()
if stat.version.name == "⚠ Error":
embed.description=f"**{nip}.aternos.me** is free to use!\nTo use it as your server address, head to **[the options of your server](https://aternos.org/options)**"
embed.description=f"**{address}** is free to use!\nTo use it as your server address, head to **[the options of your server](https://aternos.org/options)**"
embed.colour = Utils.Colors.green
else:
embed.description=f"**{nip}.aternos.me** is already taken!"
embed.description=f"**{address}.aternos.me** is already taken!"
embed.colour = Utils.Colors.red
await ctx.respond(embed=embed)

Expand Down

0 comments on commit 4a11278

Please sign in to comment.