NEW HYPER MEGA SUPER BETTER VERSION AVAILABLE HERE
Yet another discord bot.
This bot is generic enough for you to use on any discord server.
To add this bot to your channel visit the following link.
- Clone this repo
git clone https://github.com/skiptirengu/arrombot
- Install the packages
npm install
- Create a
config.json
file in the root directory and place your tokens there
{
"discord_token": "my_super_secret_discord_token",
"youtube_token": "my_super_secret_youtube_token"
}
- Start the bot with
npm start
The bot logs can be found on the runtime
directory. The console.log
file contains the output from stderr and stdout (ffmpeg's output for example), whilst the arrombot.log
contains logs from the bot itself. To clear all log files run yarn run log:clear
.
Q: Why another discord bot?
A: Why not?
Q: What does this do?
A: It has a streaming system with url queueing and youtube v3 api searching, but for the latter you need to create a YouTube api token. It also has some other text commands (see !help for a complete list).
Q: Can I copy, share, sell, tell my friends I programmed this bot, give it as a birthday present to my grandma, etc?
A: Yes, you can Do What The F*ck You Want with it.