Bolts is a multifunciton Discord bot written in GO. Some of the basic functions of the discord bot include:
- URL Shortener using TinyURL
- Phrase based Role assignment
- Youtube music player (Pending update to ytdl lib)
Still working on a perminate home for the bot at that point you will just need to invite it like any other bot, till then if you follow the steps here to get the discord side done: https://github.com/42wim/matterbridge/wiki/Discord-bot-setup and then follow these steps below you should be up and running:
- Clone the repo.
- Create a .env or modify env.example and then rename it .env
- run
go build bolts.go && mv ./bolts ~/go/bin/
bolts
from the directory that your .env is in.