diff options
| -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" + } + } +} |
