Powered by Songlink/Odesli
When you post a song URL of Amazon Music, Apple Music, or Spotify, the bot adds links to other platforms. You can even get a link to YouTube.
- Install deno
- Create a
.envfile with:TOKEN=your_discord_bot_token COUNTRY=FR
- Run
deno task devfor development - Run
deno task startfor production
- Create a new project on Deno Deploy
- Link your GitHub repository
- Configure the following environment variables in Deno Deploy:
TOKEN: Your Discord bot tokenCOUNTRY: Your country code (e.g., FR)
- Select
main.tsas your entry file - Deploy!