This commit is contained in:
Christopher Cookman 2025-01-16 21:22:50 -07:00
parent 27712d812c
commit c3fc11c7d3

View file

@ -53,7 +53,7 @@ const execute = async (message) => {
cancel(message.author); cancel(message.author);
return; return;
} }
if (!/^\d{1,15}$/.test(newDevId)) { if (!/^\d{1,15}$/.test(devProductId)) {
message.channel.send('Invalid Dev Product ID. It must be a number between 1 and 15 digits.'); message.channel.send('Invalid Dev Product ID. It must be a number between 1 and 15 digits.');
return; return;
} }