diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-07-06 20:57:14 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-07-06 20:57:14 -0400 |
commit | 296d1b7c87c5497425f6b46070f46bf4caa22ad1 (patch) | |
tree | e011142f736a3374e853671d80ee1248e69c58c5 /usersound.properties.example | |
parent | 6ffac3806e3369649ae26a7c9a58baaf52c35829 (diff) | |
download | SoundChan-296d1b7c87c5497425f6b46070f46bf4caa22ad1.tar.gz SoundChan-296d1b7c87c5497425f6b46070f46bf4caa22ad1.tar.bz2 SoundChan-296d1b7c87c5497425f6b46070f46bf4caa22ad1.zip |
Breaking out properties loading and adding comments
Diffstat (limited to 'usersound.properties.example')
-rw-r--r-- | usersound.properties.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usersound.properties.example b/usersound.properties.example index 9575f01..248d71c 100644 --- a/usersound.properties.example +++ b/usersound.properties.example @@ -2,3 +2,10 @@ //Discord user and the file (with extension) Queen=WeAreTheChampions.mp3 + +//We can also link to sounds in folders inside the main sound folder +Shrek=More/SmashMouth.wav + +//Map multiple people to same sound +Thing1=sawing_wood.wav +Thing2=sawing_wood.wav |