Merge pull request #15 from fennectech/patch-1

Update dns.ts
This commit is contained in:
hax4dazy 2021-11-19 21:34:37 +01:00 committed by GitHub
commit 5c5211e5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import Command from "../classes/Command";
export default new Command({
execute(interaction){
interaction.reply({
content:"**90DNS**:\n**1st IP**: `207.246.121.77`\n**2nd IP**: `163.172.141.219`\n\n**Aquaticdns**:\n**1st IP**: `209.182.219.167`\n**2nd IP**: `207.246.121.77`\n\n**Note**: You will need to setup the DNS IPs on each network you connect to."
content:"**90DNS**:\n**1st IP**: `207.246.121.77`\n**2nd IP**: `163.172.141.219`\n\n**Aquaticdns**:\n**1st IP**: `3.22.16.243`\n**2nd IP**: `207.246.121.77`\n\n**Note**: You will need to setup the DNS IPs on each network you connect to."
})
}
})
})