@@ -13,8 +13,10 @@ Only Chinese are available inside the bot for now.
13
13
- [ How to install and deploy] ( #how-to-install-and-deploy )
14
14
15
15
## 核心功能
16
- - 在Discord音频频道中播放来自哔哩哔哩或者YouTube视频的声音
17
- - 直接在Discord频道内进行搜索并播放
16
+ - 在Discord音频频道中播放来自哔哩哔哩视频的声音
17
+ - 在Discord音频频道中播放来自YouTube视频的声音
18
+ - 在Discord音频频道中播放来自网易云音乐的音频
19
+ - 直接在Discord频道内进行哔哩哔哩或YouTube搜索并播放
18
20
- 可交互的播放列表
19
21
20
22
## 如何安装并部署
@@ -57,10 +59,12 @@ python main.py --mode=setting
57
59
```
58
60
59
61
# Zeta Discord Bot
60
- A Discord Bot that based on Pycord.
62
+ A Discord Bot that is based on Pycord.
61
63
62
64
## 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
64
68
- Search and play directly within the Discord channel
65
69
- Interactive playlists
66
70
@@ -72,7 +76,7 @@ Please use the following commands to clone this repo to your local:
72
76
git clone https://github.com/31Zeta/Zeta-DiscordBot.git
73
77
```
74
78
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:
76
80
```
77
81
pip install -r requirements.txt
78
82
```
@@ -92,14 +96,14 @@ Linux: Visit https://ffmpeg.org/download.html to get the most recent ffmpeg file
92
96
93
97
Put the unzipped ffmpeg file into the bin folder.
94
98
95
- Use following command to start Discord Bot:
99
+ Use the following command to start Discord Bot:
96
100
```
97
101
python main.py
98
102
```
99
103
100
104
Complete the setting through instructions, and keep the window open to ensure the Bot is running.
101
105
102
- To change the setting, please use following command:
106
+ To change the setting, please use the following command:
103
107
```
104
108
python main.py --mode=setting
105
109
```
0 commit comments