Skip to content

Commit

Permalink
update error
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 25, 2024
1 parent bff9889 commit 694d838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public LavaSrcPlugin(LavaSrcConfig pluginConfig, SourcesConfig sourcesConfig, Ly
log.info("Registering Youtube Source audio source manager...");
this.youtube = new YoutubeSearchManager(() -> manager, youTubeConfig.getCountryCode());
} else {
throw new IllegalStateException("Youtube LavaSearch requires either Lavaplayer Youtube or Youtube Source plugin to be enabled.");
throw new IllegalStateException("Youtube LavaSearch requires the new Youtube Source plugin to be enabled.");
}
}
}
Expand Down

0 comments on commit 694d838

Please sign in to comment.