Update USER_REQUIRED_ACTION_UPDATE.js

This commit is contained in:
Elysia 2024-01-13 18:50:24 +07:00
parent a9d170f016
commit 65e68a9ded

View File

@ -3,6 +3,7 @@
module.exports = (client, { d: data }) => {
let msg;
switch (data.required_action) {
case undefined:
case null: {
msg = 'All required actions have been completed.';
break;