Skip to content

Commit e7b6cd9

Browse files
authored
Update README.md
Custom help command added! ✨
1 parent d041395 commit e7b6cd9

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,32 @@ Discord bot with music and other cool features. This bot can be deployed on Hero
66

77
Features
88
---
9-
```diff
10-
+ Play Music [play/pause/resume/stop/volume/download]
11-
+ List members in your channel
12-
+ Make random teams from members in voice channel
13-
+ Toss a coin
14-
+ Fortune (Factoids, quotes, etc.)
15-
+ Quick Poll
16-
+ Quiz
17-
+ Clear chat (*Requires Manage Messages permission)
9+
:musical_note: Music Commands:
10+
```
11+
join - Joins a voice channel
12+
pause - Pauses the current song
13+
play|p - Plays specified song
14+
resume - Resumes the paused song
15+
stop|dis - Stops and disconnect the bot
16+
volume - Changes the player's volume
17+
```
18+
:joystick: Game Commands:
19+
```
20+
poll - Create a quick poll <question> <choices>
21+
quiz|trivia - Start a quiz game
22+
tally - Tally the created poll
23+
```
24+
:jigsaw: Misc Commands:
25+
```
26+
clear|cls - Delete the messages
27+
fortune|quote - Fortune Cookie! <category>[factoid|fortune|people]
28+
help - Display this message
29+
list - Displays the list of
30+
voice connected users
31+
ping|latency - Pong!
32+
teams - Makes random teams (def. 2)
33+
toss|flip - Flips a Coin
1834
```
19-
2035
Deploying to Heroku
2136
---
2237
- Add the following buidpacks to your app:

0 commit comments

Comments
 (0)