mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update sendNotify.js
This commit is contained in:
@@ -225,7 +225,6 @@ async function sendNotify(
|
||||
function checkSmallfawnPush(variable) {
|
||||
if (typeof variable === 'string') {
|
||||
if (variable.includes('&') || variable.includes('#') || variable.includes('@')) {
|
||||
console.log(variable.split(/[&#@]/))
|
||||
return variable.split(/[&#@]/);
|
||||
} else {
|
||||
return [variable];
|
||||
|
||||
Reference in New Issue
Block a user