fix(pterodactyl): docstring change
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 19s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 23s

This commit is contained in:
Seaswimmer 2024-03-01 23:04:33 -05:00
parent 0b0afa53d6
commit 12862ccea7
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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)