This is the Skeppy Discord bot, full of the trio related memes!
- Node.js v12+ (you can check which version you have with
node -v
) - NPM (This comes pre-installed with Node.js usually)
- A discord bot token, you can generate one here (If you do not know how, please reference this. It will help a lot.)
- A Lavalink server for music. If you do not have this, the bot will crash.
- Java Server Runtime Environment v10+ for running Lavalink.
- A brain cell or two to know how to make this work.
- Clone this repository using
git clone https://github.com/TheChicken14/skeppy-bot.git
. - Install all the dependencies
npm i
. - Set up the config file. (rename
config-example.json
toconfig.json
when done) - Run it!
npm start
ornode .
- Download the Lavalink jar.
- Download the config file from that repository.
- Remember to set the config file.
- Run the file using
java -jar Lavalink.jar
. If you need to add a limit to the memory used, do this:java -Xmx<insert gigabytes amount>G -jar Lavalink.jar
. Example:java -Xmx1G -jar Lavalink.jar
will limit the memory to 1 GB. - Add the Lavalink server address and port to the Lavalink nodes part of the bot config.
If you want to contribute to the Skeppy bot, feel free to open a pull request!
- Thank you so much to Naz for making it work with YouTube, Twitch, Bandcamp, Soundcloud, Vimeo, Mixer and more! It can even play live radio!