我使用播放音乐的 discord.js 创建了一个不和谐机器人。 但它没有播放任何音乐...... 我尝试了 this 但它没有用,还尝试安装多个 ffmpeg 库。 这是我的代码:
<?xml version="1.0" encoding="utf-8"?>
<mypackagename.com.CustomScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:text="I am text 1. Click me."
android:textColor="@color/black"
android:textIsSelectable="true"
android:background="#FF0000"
android:layout_width="match_parent"
android:layout_height="400dp"/>
<TextView
android:text="I am text 2. Click me."
android:textIsSelectable="true"
android:background="#00FF00"
android:textColor="@color/black"
android:layout_width="match_parent"
android:layout_height="1000dp"/>
</LinearLayout>
</mypackagename.com.CustomScrollView>
这是我的依赖项:
<块引用>“依赖项”:{ "@discordjs/opus": "^0.5.3", "discord.js": "^12.5.3", "dotenv": "^10.0.0", "ffmpeg": "^0.0.4", "ffmpeg-static": "^4.4.0", "fluent-ffmpeg": "^2.1.2", "yt-search": "^2.9.0", "ytdl-core": "^4.8.2" }
提前致谢