docs: Fixed typo in discord route (wrong link to docs) (#12067)
This commit is contained in:
parent
965e652487
commit
eaca7544f9
|
|
@ -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 <a href="https://docsrsshub.app/en/install/#configuration-route-specific-configurations">relevant config</a>');
|
||||
throw Error('Discord RSS is disabled due to the lack of <a href="https://docs.rsshub.app/en/install/#configuration-route-specific-configurations">relevant config</a>');
|
||||
}
|
||||
const { authorization } = config.discord;
|
||||
const { channelID } = ctx.params;
|
||||
|
|
|
|||
Loading…
Reference in New Issue