Grr
This commit is contained in:
parent
06cbf5c69a
commit
67ccac5f1e
|
@ -133,7 +133,6 @@ const execute = async (message) => {
|
|||
message.channel.send('Category updated!');
|
||||
break;
|
||||
case "delete": // Delete
|
||||
console.log(product);
|
||||
if (message.content.toLowerCase() === 'cancel') {
|
||||
cancel(message.author);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue