Home - salty-outlaws/generic-bot GitHub Wiki
Welcome to the generic-bot wiki!
Summary
Generic Bot is a framework for making bots. You can make plugins in lua and load them in the generic bot. Generic Bot exposes an api endpoint /api/messages
where you can send in the messages along with guild and username information. The generic bot will take care of routing the requests to the right plugins based on the message prefix and command.
Useful links
- Generic Bot APIs
- Generic Bot Deployment Guide
- Quickstart creating new plugin