Skip to content

Commit 858dde3

Browse files
authored
Update README.md
1 parent c66bf3c commit 858dde3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Only Chinese are available inside the bot for now.
1313
- [How to install and deploy](#how-to-install-and-deploy)
1414

1515
## 核心功能
16-
- 在Discord音频频道中播放来自哔哩哔哩或者YouTube视频的声音
17-
- 直接在Discord频道内进行搜索并播放
16+
- 在Discord音频频道中播放来自哔哩哔哩视频的声音
17+
- 在Discord音频频道中播放来自YouTube视频的声音
18+
- 在Discord音频频道中播放来自网易云音乐的音频
19+
- 直接在Discord频道内进行哔哩哔哩或YouTube搜索并播放
1820
- 可交互的播放列表
1921

2022
## 如何安装并部署
@@ -57,10 +59,12 @@ python main.py --mode=setting
5759
```
5860

5961
# Zeta Discord Bot
60-
A Discord Bot that based on Pycord.
62+
A Discord Bot that is based on Pycord.
6163

6264
## Core Features
63-
- Play Bilibili or YouTube's video sound on the Discord Voice Channel
65+
- Play Bilibili's video sound on the Discord Voice Channels
66+
- Play YouTube's video sound on the Discord Voice Channels
67+
- Play NetEase CloudMusic's audio on the Discord Voice Channels
6468
- Search and play directly within the Discord channel
6569
- Interactive playlists
6670

@@ -72,7 +76,7 @@ Please use the following commands to clone this repo to your local:
7276
git clone https://github.com/31Zeta/Zeta-DiscordBot.git
7377
```
7478

75-
Change the command line directory to thus repo and use the following command to install dependencies:
79+
Change the command line directory to this repo and use the following command to install dependencies:
7680
```
7781
pip install -r requirements.txt
7882
```
@@ -92,14 +96,14 @@ Linux: Visit https://ffmpeg.org/download.html to get the most recent ffmpeg file
9296

9397
Put the unzipped ffmpeg file into the bin folder.
9498

95-
Use following command to start Discord Bot:
99+
Use the following command to start Discord Bot:
96100
```
97101
python main.py
98102
```
99103

100104
Complete the setting through instructions, and keep the window open to ensure the Bot is running.
101105

102-
To change the setting, please use following command:
106+
To change the setting, please use the following command:
103107
```
104108
python main.py --mode=setting
105109
```

0 commit comments

Comments
 (0)