From 44f6a10749539324ad0783b05f046c7ebfb03cf5 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:18:26 +0200 Subject: [PATCH] uwu-ified embed title --- commands/jmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/jmd.js b/commands/jmd.js index 056260b..ac421e1 100644 --- a/commands/jmd.js +++ b/commands/jmd.js @@ -7,7 +7,7 @@ module.exports = { msg.delete() .catch(console.error); const jmdEmbed = new Discord.MessageEmbed() - .setTitle('chotto matte') + .setTitle('Chotto matte! >w<') .setColor(config.embedColor) .setDescription(`Mówienie jemenikowi żeby zamknął dupę...`) .attachFiles('./gractwo.png')