Skip to content

Commit

Permalink
obs-event-sounds: include link to repository in module description
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Jan 17, 2024
1 parent cc86e7e commit c7d045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/shared/obs/obs-event-sounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const char* obs_module_name(void)

const char* obs_module_description(void)
{
return "Play sounds on user events.";
return "Play sounds on user events. See <https://github.com/XPhyro/scripts> for updates.";
}

bool obs_module_load(void)
Expand Down

0 comments on commit c7d045f

Please sign in to comment.