-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (12 loc) · 889 Bytes
/
.env.example
File metadata and controls
15 lines (12 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Your Discord bot token (get it from the Discord Developer Portal: https://discord.com/developers/applications)
DISCORD_TOKEN=your_discord_token_here
# Spotify API credentials (get them from https://developer.spotify.com/)
SPOTIFY_CLIENT_ID=your_spotify_client_id_here
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret_here
# YouTube Music OAuth credentials (if used: https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html, otherwise leave empty or remove: https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html)
YTMUSIC_CLIENT_ID=your_ytmusic_client_id_here
YTMUSIC_CLIENT_SECRET=your_ytmusic_client_secret_here
# Guild ID (Discord server ID) is OPTIONAL.
# Set this ONLY in development to register commands instantly in your test server.
# Leave empty or remove in production to register commands globally (may take up to 1 hour to appear).
# GUILD_ID=your_guild_id_here