diff options
author | Brandon <bwaggone@umich.edu> | 2018-04-10 20:54:12 -0400 |
---|---|---|
committer | Brandon <bwaggone@umich.edu> | 2018-04-10 20:54:12 -0400 |
commit | 7ffaf405f251bac54c9831253e92c769e197a1f5 (patch) | |
tree | 7a1c3bce13ef741416c9a4c93114f44c85e63c53 /soundchan.properties.example | |
parent | 05395d976b90ec672a6edc7b81180fff3a679140 (diff) | |
download | SoundChan-7ffaf405f251bac54c9831253e92c769e197a1f5.tar.gz SoundChan-7ffaf405f251bac54c9831253e92c769e197a1f5.tar.bz2 SoundChan-7ffaf405f251bac54c9831253e92c769e197a1f5.zip |
Add README and example
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example new file mode 100644 index 0000000..f862cc5 --- /dev/null +++ b/soundchan.properties.example @@ -0,0 +1,8 @@ +//The Bot Token you will have received from the discord developers page +botToken=BOT_TOKEN_FROM_DISCORD + +//The local file path to the directory of your sounds. Don't forget to escape your slashes +localFilePath=C:\\PATH\\TO\\SOUNDS\\DIRECTORY + +//The user for the +followingUser=USERNAME |