You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
放在最外面(全域變數):
縮排失敗
var anncinterval
//
const cooldown = (prefix) => { //頻道冷卻時間
cd = -1
switch(prefix){
case "!":
cd = 87*1000;
break;
case "@":
cd = (20+5)*1000;
break;
case "$":
cd = (600+5)*1000;
break;
default: //local channel
cd = 1728;
break;
}
return cd;
}
The text was updated successfully, but these errors were encountered: