Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
scoliono committed Apr 5, 2017
1 parent 7fcc121 commit d436f47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ VapourBot is still in development, and new features may be added along the way.
## Commands

To use these, simply type out the command preceded by the command prefix. This is customizable and thus may vary from server to server, so ask the person who configured the bot for this.
| Command | What it Does |
|--------------------------|-----------------------------------------------------------------------|
| vapor \<YouTube video\> | Plays a YouTube video (by name or URL) in vaporwave style. |
| vapour \<YouTube video\> | Alias of "vapor". |
| nick | Changes the bot's nickname in the current server. (Easter egg) |
| queue | Displays the current queue of requested songs and who requested them. |
| wide \<text\> | Converts normal text into fullwidth text. |
| spacify \<text\> | Inserts a space between each character of a string. |
| help | Sends a list of commands and their usage. |

Command | What it Does
------------------------ | ---------------------------------------------------------------------
`vapor <YouTube video>` | Plays a YouTube video (by name or URL) in vaporwave style.
`vapour <YouTube video>` | Alias of "vapor".
`nick` | Changes the bot's nickname in the current server. (Easter egg)
`queue` | Displays the current queue of requested songs and who requested them.
`wide <text>` | Converts normal text into fullwidth text.
`spacify <text>` | Inserts a space between each character of a string.
`help` | Sends a list of commands and their usage.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "VapourBot",
"name": "vapourbot",
"description": "Discord vaporwave music streaming bot",
"version": "1.0.0",
"author": {
Expand Down

0 comments on commit d436f47

Please sign in to comment.