aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding line to help commandfeature/audio-statusMatt Kohls2018-10-301-0/+1
|
* Tweaking things to work/look betterMatt Kohls2018-10-301-7/+7
|
* Adding progressbarMatt Kohls2018-10-301-1/+21
|
* Making the format prettierMatt Kohls2018-10-301-3/+20
|
* Fixing a redundencyMatt Kohls2018-10-291-1/+1
|
* Adding status messageMatt Kohls2018-10-292-5/+27
| | | | | Providing a way to get more information about the currently playing track as well as a way to get the current audio volume
* Merge pull request #9 from bwaggone/feature/add-audio-on-joinBrandon2018-08-184-14/+44
|\ | | | | bugfixing add audio on join
| * Updating gitignore as to not track usersounds.propertiesMatt Kohls2018-07-191-0/+1
| |
| * Adding checks that usersound file existsMatt Kohls2018-07-192-10/+14
| |
| * Adding default for usersound and way to see loaded usersoundsMatt Kohls2018-07-193-5/+30
| |
* | Merge pull request #8 from bwaggone/feature/add-audio-on-joinBrandon2018-07-074-5/+175
|\| | | | | Feature/add audio on join
| * Cleaning things up a bitMatt Kohls2018-07-062-2/+6
| |
| * Breaking out properties loading and adding commentsMatt Kohls2018-07-062-0/+15
| |
| * Adding in user/sound relation from a fileMatt Kohls2018-07-014-4/+86
| | | | | | | | | | 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
| * Adding error outputMatt Kohls2018-07-011-0/+2
| |
| * Cleaning up things a bitMatt Kohls2018-07-011-11/+3
| |
| * Adding the ability to play an audio clip when a user joins the voiceMatt Kohls2018-06-302-2/+77
|/ | | | | | channel Not the prettiest thing in the world
* Merge pull request #7 from bwaggone/bugfix/not-playing-soundbiteMatt2018-05-303-9/+39
|\ | | | | Fix bug
| * Fix bugBrandon2018-04-213-9/+39
| |
* | Merge pull request #6 from bwaggone/feature/add-helpBrandon2018-04-142-3/+20
|\| | | | | Feature/add help
| * Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Matt Kohls2018-04-146-56/+81
| |\ | |/ |/| | | feature/add-help
* | Merge pull request #5 from bwaggone/feature/preempt-sound-effectsMatt2018-04-146-51/+81
|\ \ | | | | | | Feature/preempt sound effects
| * \ Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Brandon2018-04-142-4/+12
| |\ \ | |/ / |/| | | | | feature/preempt-sound-effects
| * | Add sound preemption + change structureBrandon2018-04-146-47/+80
| | |
| | * Help CommandMatt Kohls2018-04-142-1/+23
| |/ |/| | | | | Adding ~help command so people can find out what the bot can do
* | Merge pull request #4 from bwaggone/feature/add-summonBrandon2018-04-142-3/+14
|\ \ | | | | | | Summoning command
| * | Summoning commandMatt Kohls2018-04-142-3/+14
|/ / | | | | | | Anyone can now summon SoundChan with ~summon from the public chats
* | Merge pull request #3 from bwaggone/feature/remove-listener-adapater-from-mainMatt2018-04-144-238/+297
|\| | | | | Feature/remove listener adapater from main
| * Split up commands to enumBrandon2018-04-143-28/+74
| |
| * Remove listener adapter from main, testedBrandon2018-04-142-238/+251
|/
* Create LICENSEBrandon2018-04-101-0/+201
|
* Update README.mdBrandon2018-04-101-0/+15
| | | Add a possible todo list
* Merge pull request #2 from bwaggone/feature/LocalAudioFilesMatt2018-04-102-19/+76
|\ | | | | Add local audio file support, including listing files
| * Add local audio file support, including listing filesBrandon2018-04-102-19/+76
|/ | | | Remove unused function, rename ConnectVoiceChannel function
* Merge branch 'master' of https://github.com/bwaggone/SoundChanBrandon2018-04-101-3/+21
|\
| * Merge pull request #1 from bwaggone/followingMatt2018-04-071-3/+21
| |\ | | | | | | Bot Following
| | * Merge branch 'master' of https://github.com/bwaggone/SoundChan into followingMatt Kohls2018-04-072-10/+53
| | |\ | | |/ | |/|
| | * Cleaning stuff upMatt Kohls2018-04-071-4/+2
| | | | | | | | | | | | Cleaning up imports
| | * Bot FollowingMatt Kohls2018-04-071-2/+23
| | | | | | | | | | | | | | | Sound Chan now follows a specific user, and when they change voice channels, she follows
* | | Add README and exampleBrandon2018-04-103-0/+31
|/ /
* | Add local file support (hardcoded mp3s)Brandon2018-04-071-13/+25
| |
* | Add list queued supportBrandon2018-04-072-1/+33
|/
* Add DM support and lock to guildBrandon2018-04-071-21/+41
|
* Rename main, add properties loadingBrandon2018-04-075-14/+48
|
* Initial commitBrandon2018-04-0710-0/+588