A simple discord bot that helps user decide which restaurant to eat at when you can't make up your mind.
- Suggest random restaurants from database
- Filter restaurants by cuisine type and location
- Add new restaurants to the database with options menu
- Remove restaurants from the database with keyword matching
Note: The bot uses Discord's slash commands
- Add
- Remove
- Random
- Restaurants
Add restaurants to database
/add RESTAURANT_NAME CUISINE_TYPE GENERAL_LOCATION
Remove restaurants from the database
/remove RESTAURANT_NAME
Get a random restaurant from the database with or without filters
/random FILTER_TYPE FILTER_LOCATION
Display every restaurant stored in the database
/restaurants