console.log(message)
// If the message is from a bot, do nothing
if (message.author.bot) return;
if (message.channel.type !== 1) return;
console.log('Channel type:', message.channel.type, packages.Discord.ChannelType.DM);
console.log(message)
// If the message is from a bot, do nothing
if (message.author.bot) return;
if (message.channel.type !== 1) return;
console.log('Channel type:', message.channel.type, packages.Discord.ChannelType.DM);