Отвечать в sendT

This commit is contained in:
JonnyBro 2022-02-05 21:05:09 +05:00
parent 214a1becca
commit 8a80cdfeed

View file

@ -35,7 +35,7 @@ Message.prototype.sendT = function (key, args, options = {}) {
if (options.prefixEmoji) string = `${this.client.customEmojis[options.prefixEmoji]} | ${string}`; if (options.prefixEmoji) string = `${this.client.customEmojis[options.prefixEmoji]} | ${string}`;
if (options.edit) return this.edit(string); if (options.edit) return this.edit(string);
else return this.channel.send({ content: string }); else return this.reply({ content: string });
}; };
// Format a date // Format a date