forked from Supositware/Haha-Yes
Forgot to update the hideip thing
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
e1ad11ce55
commit
2169614e89
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class DownloadCommand extends Command {
|
|||
let i = 0;
|
||||
proxy.forEach(proxy => {
|
||||
i++;
|
||||
proxys.push(`[${i}] ${ proxy.hidden ? '[IP HIDDEN]' : proxy.ip.substring(0, proxy.ip.length - 5)} - ${proxy.country}`);
|
||||
proxys.push(`[${i}] ${ proxy.hideip ? '[IP HIDDEN]' : proxy.ip.substring(0, proxy.ip.length - 5)} - ${proxy.country}`);
|
||||
});
|
||||
|
||||
const Embed = this.client.util.embed()
|
||||
|
|
Loading…
Reference in a new issue