From 8a80cdfeed0895bd0b3bfae33d90475127859aff Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 5 Feb 2022 21:05:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=B2=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=20sendT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/extenders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/extenders.js b/helpers/extenders.js index ebfbb2db..91e6b540 100644 --- a/helpers/extenders.js +++ b/helpers/extenders.js @@ -35,7 +35,7 @@ Message.prototype.sendT = function (key, args, options = {}) { if (options.prefixEmoji) string = `${this.client.customEmojis[options.prefixEmoji]} | ${string}`; if (options.edit) return this.edit(string); - else return this.channel.send({ content: string }); + else return this.reply({ content: string }); }; // Format a date