Leeta - bartender Discord bot written for Discord Community Hack Week 2019
Copy config-example.json to config.json and edit the following settings:
- token: the bot's token from discordapp.com;
- prefix: the prefix to use for the bot's commands
For an updated drinks database, replace drinks.js with the latest version at TheCockTailDB Downloader (or make one yourself!)
If you update the database, be sure to change the last line of the file from:
export default drinks;
to
module.exports = drinks;
Run the command: node leeta.js
ping - Leeta will respond back, assuming she's still online.
make name of drink - Leeta will prepare you the drink of your choice. If it's not an exact match in the database, she'll bring you something close. Maybe. It'll sound close. Maybe.
- Logo silhouette graphic from Great Dane Graphics
- Logo background from Pexels, photographer Chris F
- drinks.js from TheCockTailDB Downloader
- Drinks information from TheCocktailDB (Support their Patreon!)