blob: 6848d185435c1f83b6317f459da26746848493a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//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
//If you want SoundChan to play an audio file whit their name when a user joins the channel
audioOnUserJoin=on/off
|