File tree Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,32 @@ Discord bot with music and other cool features. This bot can be deployed on Hero
6
6
7
7
Features
8
8
---
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
18
34
```
19
-
20
35
Deploying to Heroku
21
36
---
22
37
- Add the following buidpacks to your app:
You can’t perform that action at this time.
0 commit comments