Music Recommend Discord Bot based on Today's Weather
⁕ You need your discord bot token and server id!
It consists of four weather categories
- Clear: Clear weather
- Rain: Rain, Drizzle, Squall, Tornado, Thunderstorm
- Clouds: Clouds, Haze, Fog, Mist, Ash, Dust, Smoke, Sand
- Snow: Snow
Each song is JSON type, and it consists of title, artist, and URL.
ex) { "title": "title of song" "artist": "artist of song" "URL": "URL of song" }
- /추천: WeatherMuse recommends you a song that suits today's weather when it gets city!
- /노래_추가: add a new song to playlist in WeatherMuse
- /노래_제거: delete the song in playlist when WeatherMuse gets weather and song title
- /제목_변경: Edit song's title when WeatherMuse gets weather and song title
- /가수_변경: Edit song's artist when WeatherMuse gets weather and song title
- /url_변경: Edit song's URL when WeatherMuse gets weather and song title
- /종합_검색: Search Song in playlist based on song title and artist
- /제목으로_검색: Search Song in playlist based on song title
- /가수로_검색: Search Song in playlist based on artist