Browse Source

better youtube link

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
8f53c278b7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/commands.md
  2. +1
    -1
      roxbot/cogs/voice.py

+ 1
- 1
docs/commands.md View File

@@ -1688,7 +1688,7 @@ Examples:

```py
# Play the quality youtube video
;play https://www.youtube.com/watch?v=A_pIPTih5iM
;play https://www.youtube.com/watch?v=3uOPGkEJ56Q
```

### ;queue

+ 1
- 1
roxbot/cogs/voice.py View File

@@ -283,7 +283,7 @@ class Voice:

Examples:
# Play the quality youtube video
;play https://www.youtube.com/watch?v=A_pIPTih5iM
;play https://www.youtube.com/watch?v=3uOPGkEJ56Q
"""
guild = ctx.guild
voice = roxbot.guild_settings.get(guild)["voice"]

Loading…
Cancel
Save