I've noticed that /vip addvip (and some other /vip subcommands) don't validate input. This PR adds the necessary checks to make sure less invalid requests are made and allows videoID parameters to accept video links. The changes are explained further in the commit message.
I've noticed that
/vip addvip
(and some other/vip
subcommands) don't validate input. This PR adds the necessary checks to make sure less invalid requests are made and allowsvideoID
parameters to accept video links. The changes are explained further in the commit message.