Boug
This commit is contained in:
parent
73e3611a6c
commit
459c76078b
|
@ -121,6 +121,7 @@ const execute = async (message) => {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
message.channel.send('Invalid step.');
|
message.channel.send('Invalid step.');
|
||||||
|
log.error(`Invalid hub settings step for user ${message.author.id}: ${global.hubSettingsHandlers[message.author.id].step}`);
|
||||||
cancel(message.author);
|
cancel(message.author);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue