Update USER_REQUIRED_ACTION_UPDATE.js
This commit is contained in:
parent
a9d170f016
commit
65e68a9ded
@ -3,6 +3,7 @@
|
|||||||
module.exports = (client, { d: data }) => {
|
module.exports = (client, { d: data }) => {
|
||||||
let msg;
|
let msg;
|
||||||
switch (data.required_action) {
|
switch (data.required_action) {
|
||||||
|
case undefined:
|
||||||
case null: {
|
case null: {
|
||||||
msg = 'All required actions have been completed.';
|
msg = 'All required actions have been completed.';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user