Add a goofy log
This commit is contained in:
parent
173b9f837d
commit
3f9554e33e
|
@ -141,6 +141,7 @@ const execute = async (message) => {
|
||||||
message.channel.send('You must type `confirm` to delete the product, or `cancel` to exit.');
|
message.channel.send('You must type `confirm` to delete the product, or `cancel` to exit.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.log(global.productUpdateData[message.author.id])
|
||||||
// Proceed with deletion
|
// Proceed with deletion
|
||||||
message.channel.send('Deletion Confirmed. Starting deletion process...').then(async msg => {
|
message.channel.send('Deletion Confirmed. Starting deletion process...').then(async msg => {
|
||||||
let curMsg = msg.content;
|
let curMsg = msg.content;
|
||||||
|
|
Loading…
Reference in a new issue