mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Отвечать в sendT
This commit is contained in:
parent
214a1becca
commit
8a80cdfeed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue