From 7ffaf405f251bac54c9831253e92c769e197a1f5 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 10 Apr 2018 20:54:12 -0400 Subject: Add README and example --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..465f32e --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# SoundChan: The Discord Voice Bot + +## How to Run + +Currently the only way to run Sound Chan is to build the bot from source. As such you'll need the JRE and JDK. + +## Instructions For Use + +To run the sound bot on your Server, you'll need a developer's bot token from Discord. Full instructions for use will be coming, but in the meantime for development purposes, place your token and the corresponding settings in a file named, `soundchan.properties`. You can see an example of how the file should be formatted in `soundchan.properties.example`. + +## Requirements to Run + +* Java Runtime Environment + +## Requirements to Develop + +* Java Runtime Environment +* Java Development Kit +* `net.dv8tion:JDA:3.5.1_339` +* `com.sedmelluq:lavaplayer:1.2.53` + +More information to come. -- cgit v1.2.3