Make /mp3 admin only

This commit is contained in:
Michael De Roover 2021-01-01 00:32:33 +01:00
parent dbf2fdcbf8
commit e562d20090
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -66,6 +66,7 @@ id(){
}
mp3(){
admin
tmp="/tmp/mp3"
[ -d $tmp ] && mkdir $tmp
sendmsg "Downloading, this might take a while..."