const Discord = require('discord.js');
const client = new Discord.Client();
exports.run = (client, message) => {
if (message.channel.type !== 'dm') {
const ozelmesajkontrol = new Discord.RichEmbed()
.setColor(0x00AE86)
.setTimestamp()
.setAuthor(message.author.username...