add skip spotify command and show song when pausing and resuming the song

This commit is contained in:
Lee
2024-06-29 21:36:45 +01:00
parent df44ae90b9
commit b0949d17e6
8 changed files with 188 additions and 22 deletions

View File

@ -2,6 +2,12 @@
discord:
token: "oh my goodnesssssssssss"
# Sentry Configuration
sentry:
dsn: "CHANGE_ME"
tracesSampleRate: 1.0
environment: "development"
# Spotify Configuration
spotify:
redirect-uri: "http://localhost:8080/spotify/callback"