- All converted to typescript for ease of collaboration, make sure to globally install typescript as listed in the installation below
Note: This is not the bot listed here https://rythmbot.co/
Simple little music bot to queue up and play youtube audio over discord voice channels.
Python2.7
This version is required for node-gyp I think?FFMPEG
command line toolnode-gyp
command line toolnode.js
version 10.X.X or higher is recommendedtypescript
types for javascript, enables easier group collaboration and simple right click to look up definitions
- Install node latest stable release, this was built with node v6.11.0
- For windows run
npm install --global --production windows-build-tools
- Run
npm config set python python2.7
- Install FFMPEG from the website and add it to your system path. EX:
C:\ffmpeg\bin
- Run
npm install node-gyp -g
- Run
npm install typescript -g
- Run
npm install
- Run
- Get a token string for your bot from by registering your bot here: https://discordapp.com/developers
- You should be able to find options to invite your bot to a channel here as well
- Open
bot-config.json
and replace the content between the quotes"<BOT-TOKEN-HERE>"
with your bot token.- In config you can add other settings, to see an example of the settings open
./src/bot/config.ts
and look atDefaultBotConfig
andBotConfig
for eamples
- In config you can add other settings, to see an example of the settings open
- Open
bot.log
if your looking to debug errors
- Run
npm start