Skip to content

Discord bot that retrieves cooking recipes, then sends a daily meal to a specific Discord channel.

Notifications You must be signed in to change notification settings

dogfootruler-kr/DiscordMaiteBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Discord bot that retrieves cooking recipes, then sends a daily meal to a specific Discord channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published