diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-23 01:19:59 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-23 01:19:59 -0800 |
| commit | 8062f781d93aaf256b0c3ad7a4f7b66ba4b9b8f2 (patch) | |
| tree | 1115b0231e295216a36029aa7bdb9df20e967b6b /app.json | |
| parent | 0535a1944b5f7889b84cb53d6bb85de96e4325b3 (diff) | |
add heroku app.json
Signed-off-by: Pinapelz <yukais@pinapelz.com>
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 24 |
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" + } + } +} |
