diff --git a/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs b/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs index 5dd1321..c74ff22 100644 --- a/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs +++ b/Jellyfin.Plugin.Webhook/Destinations/Discord/DiscordOption.cs @@ -18,7 +18,7 @@ public class DiscordOption : BaseOption /// /// Gets or sets the bot username. /// - public string? Username { get; set; } + public string? BotUsername { get; set; } /// /// Gets or sets the mention type.