From d6bb3fb4f21d9bd56880ef32fa039f8234609ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:21:08 +0200 Subject: [PATCH] jzd => urusai --- commands/{jmd.js => urusai.js} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename commands/{jmd.js => urusai.js} (75%) diff --git a/commands/jmd.js b/commands/urusai.js similarity index 75% rename from commands/jmd.js rename to commands/urusai.js index ac421e1..d80f7e3 100644 --- a/commands/jmd.js +++ b/commands/urusai.js @@ -1,19 +1,19 @@ module.exports = { - name: 'jmd', + name: 'urusai', description: 'Mówi jemenikowi żeby zamknął dupę (na vc).', args: false, guildOnly: true, execute(msg, args, Discord, config, client) { msg.delete() .catch(console.error); - const jmdEmbed = new Discord.MessageEmbed() + const jzdEmbed = new Discord.MessageEmbed() .setTitle('Chotto matte! >w<') .setColor(config.embedColor) .setDescription(`Mówienie jemenikowi żeby zamknął dupę...`) .attachFiles('./gractwo.png') .setFooter(`Komenda wywołana przez ${msg.author.username}`, 'attachment://gractwo.png') .setTimestamp(); - msg.channel.send(jmdEmbed); - console.log(`Responded to jmd request by ${msg.author.username}`); + msg.channel.send(jzdEmbed); + console.log(`Responded to urusai request by ${msg.author.username}`); }, }; \ No newline at end of file