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