You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we also need to set the `DP_FORCE_YTDL_MOD` environment variable to override `ytdl-core` for the `discord-player`.
48
+
49
+
```
50
+
DISCORD_TOKEN=INSERT_YOUR_TOKEN_HERE
51
+
DP_FORCE_YTDL_MOD="@distube/ytdl-core"
52
+
```
53
+
45
54
### Required permissions
46
55
47
56
Make sure that your bot has the `applications.commands` application scope enabled, which can be found under the `OAuth2` tab on the [developer portal](https://discord.com/developers/applications/)
0 commit comments