diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-07-01 20:32:23 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-07-01 20:32:23 -0400 |
commit | 6ffac3806e3369649ae26a7c9a58baaf52c35829 (patch) | |
tree | 94ee566fe597e9b93f97b0566f9b7fef7342291f /usersound.properties.example | |
parent | 7a23679a99f692e4dc7ee2ab109f66fe96054ba2 (diff) | |
download | SoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.tar.gz SoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.tar.bz2 SoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.zip |
Adding in user/sound relation from a file
You can now have a file with all the users and the intro sound to play
without having to have multiple copies of the same sound
Diffstat (limited to 'usersound.properties.example')
-rw-r--r-- | usersound.properties.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usersound.properties.example b/usersound.properties.example new file mode 100644 index 0000000..9575f01 --- /dev/null +++ b/usersound.properties.example @@ -0,0 +1,4 @@ +//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 |