diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 77aaaf1..3a76323 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -166,7 +166,7 @@ class Pterodactyl(commands.Cog): @pterodactyl_config.command(name = "serverid") async def pterodactyl_config_server_id(self, ctx: commands.Context, *, server_id: str) -> None: - """Set the server ID for your Pterodactyl Panel.""" + """Set the ID of your server.""" await config.server_id.set(server_id) await ctx.send(f"Server ID set to {server_id}") logger.info("Configuration value set: server_id = %s\nRestarting task...", server_id)