Update USER_REQUIRED_ACTION_UPDATE.js
This commit is contained in:
parent
a9d170f016
commit
65e68a9ded
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user