Skip to content

Commit 419219a

Browse files
chore(fix): location of Queue Management (#40)
1 parent 833f8c0 commit 419219a

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,17 @@ client.on("raw", (d) => {
186186
client.login("Discord-Bot-Token-Here");
187187
```
188188

189+
#### Start the Bot
190+
Now that we have created our project, we can run our bot by typing the following command in the terminal.
191+
192+
```shell
193+
node index.js
194+
```
195+
196+
After running the bot, invite the bot in your server and run `!play` command to play music.
197+
198+
---
199+
189200
### ╰┈2️⃣ Queue Management
190201
Riffy's queue system extends the native Array class, giving you access to all standard array methods plus powerful custom ones.
191202

@@ -212,15 +223,6 @@ player.queue.clear();
212223
console.log(player.queue.size);
213224
```
214225

215-
#### Start the Bot
216-
Now that we have created our project, we can run our bot by typing the following command in the terminal.
217-
218-
```shell
219-
node index.js
220-
```
221-
222-
After running the bot, invite the bot in your server and run `!play` command to play music.
223-
224226
---
225227

226228
### ╰┈3️⃣ Our Team
@@ -242,4 +244,4 @@ After running the bot, invite the bot in your server and run `!play` command to
242244
<p align="center">≪ ◦ ✦ ◦ ≫</p>
243245

244246
## 🎧 Support Server
245-
<a href="https://discord.gg/W8wTjESM3t"><img src="https://raw.githubusercontent.com/kunalkandepatil/.github/refs/heads/main/assets/discord.svg" alt="support server" /></a>
247+
<a href="https://discord.gg/W8wTjESM3t"><img src="https://raw.githubusercontent.com/kunalkandepatil/.github/refs/heads/main/assets/discord.svg" alt="support server" /></a>

0 commit comments

Comments
 (0)