Update forceflair.js

This commit is contained in:
marzavec
2025-03-11 09:48:41 -07:00
parent 4dabe91dc8
commit 88adbae859
+3
View File
@@ -41,6 +41,9 @@ export async function run({
}
const { channel } = socket;
if (typeof payload.channel === 'undefined') {
payload.channel = channel;
}
// make sure requested flair meets standards
const newFlair = payload.flair;