From 4f8c262162bd24717867e3fcd4a407e78550059e Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 28 Dec 2022 13:14:56 +0700 Subject: [PATCH] This Discord API is giving me a huge rash at this point. --- queues/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues/discord.js b/queues/discord.js index 671606d..1e8ca44 100644 --- a/queues/discord.js +++ b/queues/discord.js @@ -34,7 +34,7 @@ const load_guild_channel = async (client) => { } // fallthrough, no text channels - [guild, undefined]; + return [guild, undefined]; } log.info("Connecting to discord server...");