From eaca7544f939e8a38cdd545e5d0783bf396401f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rob=C3=A9rt?= Date: Thu, 9 Mar 2023 01:28:39 +0100 Subject: [PATCH] docs: Fixed typo in discord route (wrong link to docs) (#12067) --- lib/v2/discord/channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/discord/channel.js b/lib/v2/discord/channel.js index b1788b66c..56c7d0496 100644 --- a/lib/v2/discord/channel.js +++ b/lib/v2/discord/channel.js @@ -6,7 +6,7 @@ const { baseUrl, getChannel, getChannelMessages, getGuild } = require('./discord module.exports = async (ctx) => { if (!config.discord || !config.discord.authorization) { - throw Error('Discord RSS is disabled due to the lack of relevant config'); + throw Error('Discord RSS is disabled due to the lack of relevant config'); } const { authorization } = config.discord; const { channelID } = ctx.params;