This commit is contained in:
Christopher Cookman 2025-09-15 06:10:18 -06:00
parent 73e3611a6c
commit 459c76078b

View file

@ -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;
}