Discord bot that Retrieve recipe from spoontacular API then send daily meals to a discord channel
npm i
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=
npm run start
Once the bot is up and running, here is the discord commands:
$menu // Get a menu
ortolan // Mysterious command
"dependencies": {
"discord.io": "github:izy521/discord.io",
"dotenv": "^6.2.0",
"request": "^2.88.0"
}
👤 Patrice Lynde
- Github: @dogfootruler-kr