diff options
author | Brandon <bwaggone@umich.edu> | 2018-07-07 19:48:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 19:48:36 -0400 |
commit | d72a49fbb2186f5749baa903408843797fab0971 (patch) | |
tree | feba9798b9a2724adc204b109d961ca387cce387 /usersound.properties.example | |
parent | c23f6622afe07fff1362494de8ce9890e7767a7e (diff) | |
parent | d6aa077b1eda1ea5694dde0250b8b5fd21f114dd (diff) | |
download | SoundChan-d72a49fbb2186f5749baa903408843797fab0971.tar.gz SoundChan-d72a49fbb2186f5749baa903408843797fab0971.tar.bz2 SoundChan-d72a49fbb2186f5749baa903408843797fab0971.zip |
Merge pull request #8 from bwaggone/feature/add-audio-on-join
Feature/add audio on join
Diffstat (limited to 'usersound.properties.example')
-rw-r--r-- | usersound.properties.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usersound.properties.example b/usersound.properties.example new file mode 100644 index 0000000..248d71c --- /dev/null +++ b/usersound.properties.example @@ -0,0 +1,11 @@ +//Here we can map a user to a sound file, so many users can share the same intro soundbite and/or so you don't have to have extra copies of the same sound file + +//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 |