mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fix 8ball
This commit is contained in:
parent
f4c37f2138
commit
1c17db9a5c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Eightball extends Command {
|
|||
const answerNO = parseInt(Math.floor(Math.random() * 10), 10);
|
||||
const answer = message.translate(`fun/8ball:RESPONSE_${answerNO + 1}`);
|
||||
|
||||
message.channel.send(`<@${message.author.username}>, ${answer}`);
|
||||
message.channel.send(`<@${message.author.id}>, ${answer}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue