youtube: add '.yt' alias
This commit is contained in:
parent
6ae70537c0
commit
ab88f2d50d
|
@ -62,6 +62,7 @@ def youtube_url(match):
|
|||
return get_video_description(match.group(1))
|
||||
|
||||
|
||||
@hook.command('yt')
|
||||
@hook.command('y')
|
||||
@hook.command
|
||||
def youtube(inp):
|
||||
|
|
Loading…
Reference in New Issue