diff --git a/audio/400632__inspectorj__ambience-seaside-waves-close-a.wav b/audio/400632__inspectorj__ambience-seaside-waves-close-a.wav new file mode 100644 index 0000000..b330177 Binary files /dev/null and b/audio/400632__inspectorj__ambience-seaside-waves-close-a.wav differ diff --git a/audio/459407__pfannkuchn__small-river-1-fast-close.wav b/audio/459407__pfannkuchn__small-river-1-fast-close.wav new file mode 100644 index 0000000..2932a08 Binary files /dev/null and b/audio/459407__pfannkuchn__small-river-1-fast-close.wav differ diff --git a/audio/audio.json b/audio/audio.json index a38322b..e08b732 100644 --- a/audio/audio.json +++ b/audio/audio.json @@ -1,5 +1,7 @@ { "heavy rain": "243627__lebaston100__heavy-rain.wav", "rain on window": "rain-on-windows-cropped.wav", - "rain on tent": "531947__straget__the-rain-falls-against-the-parasol.wav" + "rain on tent": "531947__straget__the-rain-falls-against-the-parasol.wav", + "waves": "400632__inspectorj__ambience-seaside-waves-close-a.wav", + "river": "459407__pfannkuchn__small-river-1-fast-close.wav" } diff --git a/src/main.rs b/src/main.rs index ea7adf2..aa13951 100644 --- a/src/main.rs +++ b/src/main.rs @@ -618,6 +618,8 @@ Find me on https://discord.jellywx.com/ and on https://github.com/JellyWX :) \"The rain falls against the parasol\" https://freesound.org/people/straget/ \"Heavy Rain\" https://freesound.org/people/lebaston100/ \"Rain on Windows, Interior, A\" https://freesound.org/people/InspectorJ/ +\"Seaside Waves, Close, A\" https://freesound.org/people/InspectorJ/ +\"Small River 1 - Fast - Close\" https://freesound.org/people/Pfannkuchn/ **An online dashboard is available!** Visit https://soundfx.jellywx.com/dashboard There is a maximum sound limit per user. This can be removed by donating at https://patreon.com/jellywx", current_user.name, current_user.id.as_u64())))).await?;