Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.43 KB

Leeta

Leeta

Leeta - bartender Discord bot written for Discord Community Hack Week 2019

Setup

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;

Starting Leeta

Run the command: node leeta.js

Commands

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.

Credits