From 8062f781d93aaf256b0c3ad7a4f7b66ba4b9b8f2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 23 Nov 2023 01:19:59 -0800 Subject: add heroku app.json Signed-off-by: Pinapelz --- app.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..d485f59 --- /dev/null +++ b/app.json @@ -0,0 +1,24 @@ +{ + "name": "Yet Another Lavaplayer Bot", + "description": "A simple music player Discord bot with additional support for YouTube, Spotify, and more", + "repository": "https://github.com/pinapelz/yet-another-lavaplayer-bot", + "keywords": ["jda", "java", "discord"], + "env": { + "DISCORDTOKEN": { + "description": "Your Discord bot token", + "generator": "secret" + }, + "YOUTUBEAPIKEY": { + "description": "Youtube Data API V3 Key", + "value": "secret" + }, + "spotifyClientID": { + "description": "Spotify API Client ID (optional)", + "value": "secret" + }, + "spotifyClientSecret": { + "description": "Spotify API Client Secret (optional)", + "value": "secret" + } + } +} -- cgit v1.2.3