From 3f1d04b495353aae3fbe34f4fb0801c7093f7869 Mon Sep 17 00:00:00 2001 From: FennecTECH Date: Fri, 19 Nov 2021 14:23:44 -0600 Subject: [PATCH] Update dns.ts --- src/commands/dns.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/dns.ts b/src/commands/dns.ts index 78b48b5..1b34784 100644 --- a/src/commands/dns.ts +++ b/src/commands/dns.ts @@ -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." }) } -}) \ No newline at end of file +})