You don't know what to eat? Simply type ?dinner in any channel and an awesome meal will be suggested to you coming with a quick link!
- Install all dependencies
- Create a Discord API key
- Clone the repository
git clone https://github.com/manuelgu/discord-WhatToEat.git
- Add your application token to the
config.json
- Install using
npm install
, run vianpm start
- NodeJS
- Head over to the applications page and create a new application
- Give your bot a name and hit "Create application"
- Click "Create a Bot User"
- After that, head over to
https://discordapp.com/oauth2/authorize?&client_id=CLIENT_ID&scope=bot
replacingCLIENT_ID
with Client/Application ID under "App Details" - Add your bot to a server and go back to the applications page
- Reveal the token and copy it to your config.json file
This bot is powered by discord.js, the idea and basic code layout was provided by frdmn.