aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-23 01:19:59 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-23 01:19:59 -0800
commit8062f781d93aaf256b0c3ad7a4f7b66ba4b9b8f2 (patch)
tree1115b0231e295216a36029aa7bdb9df20e967b6b
parent0535a1944b5f7889b84cb53d6bb85de96e4325b3 (diff)
add heroku app.json
Signed-off-by: Pinapelz <yukais@pinapelz.com>
-rw-r--r--app.json24
1 files changed, 24 insertions, 0 deletions
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"
+ }
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage