Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jallier committed Aug 3, 2016
1 parent ff11151 commit 7e370f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# DCBot
A simple Discord bot to play audio snippets from text commands, similar to Airhorn bot.
To install, download the folder and run DCBot.exe. Ensure that ffmpeg, libsodium.dll and opus.dll are in the same directory. These files are included in folder, or can be found in the res directory (except for ffmpeg which can be found on [its webpage](https://ffmpeg.org/))
To install, download and unzip the folder. To run double click on the DCBot.exe (windows) or in a terminal `mono DCBot.exe` (linux)
These files are included in folder, or can be found in the res directory (except for ffmpeg which can be found on [its webpage](https://ffmpeg.org/) or installed via package manager)

**Note on Linux:**

*DCBot should run on Ubuntu 16.04. The download folder includes the necessary libsodium and libopus but there are no guarantees it will work correctly. Also requires the latest version of mono which may be different to one installed via the package manager, and requires ffmpeg to be installed via package manager*

After installing you need to do 2 things before you can run the bot: Register a new bot account and edit the config file

Expand Down

0 comments on commit 7e370f1

Please sign in to comment.