Home > Blockchain >  ReferenceError: msg is not defined
ReferenceError: msg is not defined

Time:01-04

Hello i wanted to mentions the user that are running the command but i am getting a Error

Here is the Code!

const Discord = require("discord.js")
 
module.exports = {
  name: 'not-dropping',
  description: 'sets the dropping status!',
  
  execute(message, args) {
    if (message.channel.id === '1059798572855476245') {
      message.delete(1000);
      
      const name = ("dropping-           
  • Related