Skip to content

Commit

Permalink
.aternos.me.aternos.me
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapy7261 committed Jan 31, 2023
1 parent 4a11278 commit dd8785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/checkip.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def checkip(self, ctx, address = None):
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"**{address}.aternos.me** is already taken!"
embed.description=f"**{address}** is already taken!"
embed.colour = Utils.Colors.red
await ctx.respond(embed=embed)

Expand Down

0 comments on commit dd8785c

Please sign in to comment.