Skip to content

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

License

Notifications You must be signed in to change notification settings

ariaveronique/leeta

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published