Added color cache
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
DISCORD_TOKEN=
|
||||
LASTFM_API_KEY=
|
||||
DATABASE_URL=sqlite:watcat.db
|
||||
|
||||
# optional, for spotify support
|
||||
RSPOTIFY_CLIENT_ID=
|
||||
RSPOTIFY_CLIENT_SECRET=
|
||||
|
||||
# optional, to set cache size, set to 0 to disable
|
||||
MAX_CACHE_SIZE=
|
||||
|
||||
Reference in New Issue
Block a user