A basic discord bot that gets the sauce (source) of an image with the SauceNao Api.
- Clone repository
- Run "npm install dotenv" for .env
- Put all api related keys into .env (see .env template)
- Invite bot to your server
- Run: "npm run dev"
- Use command "/get-sauce [image]"
DISCORD_BOT_TOKEN = "BOT-API-KEY"
DISCORD_CLIENT_TOKEN = "BOT-CLIENT-TOKEN"
SAUCE_NAO_TOKEN = "SAUCE-NAO-API-KEY"