From 32b4b0bdd26ee411277e8905394a733d03e2f51d Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 26 Jun 2023 00:46:40 +1000 Subject: [PATCH] I hate my DNS server --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b8a2f1c..7a64f69 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,7 +29,7 @@ client.on('ready', async()=>{ // Error handler function DZ(error:Error, type:string){// Yes, I may have shiternet but I don't need to wake up to like a hundred messages or so. - if (['ENOTFOUND discord.com', 'EAI_AGAIN discord.com'].includes(error.message)) return; + if (['getaddrinfo ENOTFOUND discord.com', 'getaddrinfo EAI_AGAIN discord.com'].includes(error.message)) return; //console.error(error); const channel = client.channels.resolve(client.config.mainServer.channels.errors) as Discord.TextChannel | null; // vvv Oh yes, that looks really hot.