BnT bot was made for the BooksAndTea discord server. If you like books you are most welcome to join (just google us!)
If you just like the functionality, feel free to host a copy of the bot on your own. The code is a work in progress, expect bugs.
Based on SinisterRectus' Discordia API: https://github.com/SinisterRectus/Discordia
Run ./install.sh
Start bot with: ./luvit src/bot.lua keyfile
where keyfile is a file containing your bots client-secret. Make sure it's all on 1 line and ends on a newline
- Reimplement UI
- Extract need for emitter from modules, prefer return list of functions/events
- Key loader utility
- Add json settings
- settings will allow for: max log length, separate errorlog, no more file Discord key, etc.
- maybe some meta data for modules as a file?