typo
This commit is contained in:
parent
2364cb7bac
commit
2ef2bb3327
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def get_info(host, port):
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
def mcping(inp):
|
def mcping(inp):
|
||||||
".mcping server[:port] - Ping a Minecraft server to check status.."
|
".mcping server[:port] - Ping a Minecraft server to check status."
|
||||||
inp = inp.strip().split(" ")[0]
|
inp = inp.strip().split(" ")[0]
|
||||||
|
|
||||||
if ":" in inp:
|
if ":" in inp:
|
||||||
|
|
Reference in a new issue