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



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


### ;queue ### ;queue

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



Examples: Examples:
# Play the quality youtube video # 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 guild = ctx.guild
voice = roxbot.guild_settings.get(guild)["voice"] voice = roxbot.guild_settings.get(guild)["voice"]

Loading…
Cancel
Save