Boug
This commit is contained in:
parent
73e3611a6c
commit
459c76078b
|
@ -121,6 +121,7 @@ const execute = async (message) => {
|
|||
break;
|
||||
default:
|
||||
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);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue