We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfddd4 commit 2bc4ed7Copy full SHA for 2bc4ed7
plugins/-modoAI.js plugins/menu-audios2.jsplugins/-modoAI.js renamed to plugins/menu-audios2.js
@@ -87,4 +87,4 @@ let s = isNaN(ms) ? '--' : Math.floor(ms / 1000) % 60
87
return [h, m, s].map(v => v.toString().padStart(2, 0)).join(':')}
88
89
function pickRandom(list) {
90
-return list[Math.floor(Math.random() * list.length)]}
+return list[Math.floor(Math.random() * list.length)]}
0 commit comments