Skip to content

Commit

Permalink
Improve "Unsupported URL" message
Browse files Browse the repository at this point in the history
  • Loading branch information
SquirrelKiev committed Nov 30, 2024
1 parent 99c282a commit ba67d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DibariBot/Modules/Manga/MangaService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public async Task<MessageContents> MangaCommand(ulong guildId, ulong channelId,
return new MessageContents(string.Empty, embed:
new EmbedBuilder()
.WithDescription(
"Unsupported/invalid URL. Please make sure you're using a link that is supported by the bot.")
"Unsupported/invalid URL. Please make sure you're using a link that is supported by the bot. " +
"[A full list can be found here.](https://github.com/SquirrelKiev/DibariBotNew/wiki/Manga)")
.WithColor(colorProvider.GetErrorEmbedColor())
.Build(), null);
}
Expand Down

0 comments on commit ba67d50

Please sign in to comment.