/abot

Yet another discord bot (because why not?)

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

NEW HYPER MEGA SUPER BETTER VERSION AVAILABLE HERE

Arrombot

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.

RUNNING THE BOT

  1. Clone this repo git clone https://github.com/skiptirengu/arrombot
  2. Install the packages npm install
  3. 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"
}
  1. 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.

FAQ

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.