Yet another discord bot.
This bot is generic enough for you to use on any discord server.
- Clone this repo
git clone https://github.com/skiptirengu/ahonbotto
- Install the packages
yarn install
- Create a
.env
file in the root directory and place your tokens there
DISCORD_TOKEN=my_super_secret_discord_token
YOUTUBE_TOKEN=my_super_secret_youtube_token
COMMAND_PREFIXES=$,% // comma separeted command prefixes, this means you can't use comma as a command prefix :p
- Start the bot with
yarn start
The bot logs can be found on the runtime/logs
directory.
Q: Why another discord bot?
A: Why not?
Q: What does this do?
A: It has a optimized, resilient and brainlet proof audio streaming system, allowing url queueing, youtube playlists and youtube api searching (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.