mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Ответ
This commit is contained in:
parent
e38ff1ec10
commit
052e2493fc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Eightball extends Command {
|
||||||
const answerN = this.client.functions.randomNum(1, 19);
|
const answerN = this.client.functions.randomNum(1, 19);
|
||||||
const answer = message.translate(`fun/8ball:RESPONSE_${answerN + 1}`);
|
const answer = message.translate(`fun/8ball:RESPONSE_${answerN + 1}`);
|
||||||
|
|
||||||
message.channel.send({
|
message.reply({
|
||||||
content: answer
|
content: answer
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue