fix(pterodactyl): fixed incorrect configuration value
This commit is contained in:
parent
c546fa597b
commit
cbd9f28f38
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class Pterodactyl(commands.Cog):
|
|||
"O": str(await config.topic_port()),
|
||||
}
|
||||
if await config.api_endpoint() == "minecraft":
|
||||
status, response = await mcsrvstatus.get_status(await config.topic_ip(), await config.topic_port())
|
||||
status, response = await mcsrvstatus.get_status(await config.topic_hostname(), await config.topic_port())
|
||||
if status:
|
||||
placeholders.update({
|
||||
"I": response['ip'],
|
||||
|
|
Loading…
Reference in a new issue