Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.03 KB

Welcome to Maite Bot 👋

Discord bot that Retrieve recipe from spoontacular API then send daily meals to a discord channel

Deploy

Installing dependencies

npm i

Configuration

Create a .env file (or as environment variables) at the root of the repository with these keys from the discord API and the spoontacular API:

DISCORD_TOKEN=
SPOONTACULAR_TOKEN=
MASTER_CHANNEL_ID=

Usage

npm run start

Once the bot is up and running, here is the discord commands:

$menu // Get a menu
ortolan // Mysterious command

Dependencies

"dependencies": {
    "discord.io": "github:izy521/discord.io",
    "dotenv": "^6.2.0",
    "request": "^2.88.0"
}

Author

👤 Patrice Lynde