diff --git a/lib/v2/discord/channel.js b/lib/v2/discord/channel.js index b1788b66c6a67f..56c7d049617e31 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;