UUUUU
This commit is contained in:
parent
27712d812c
commit
c3fc11c7d3
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue