mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 14:14:59 +05:00
fix user status
This commit is contained in:
parent
2c57f7d062
commit
3545b44f17
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Userinfo extends Command {
|
|||
|
||||
if (displayPresence) {
|
||||
embed.addField(this.client.customEmojis.games + " " + message.translate("common:GAME"), (user.presence.activity ? user.presence.activity.name : message.translate("general/userinfo:NO_GAME")), true)
|
||||
embed.addField(`${this.client.customEmojis.status}.${user.presence.status}` + " " + message.translate("common:STATUS"), message.translate("common:STATUS_" + (user.presence.status.toUpperCase())), true);
|
||||
embed.addField(this.client.customEmojis.status[user.presence.status] + " " + message.translate("common:STATUS"), message.translate("common:STATUS_" + (user.presence.status.toUpperCase())), true);
|
||||
};
|
||||
|
||||
if (member) {
|
||||
|
|
|
@ -199,6 +199,7 @@
|
|||
Изменения
|
||||
- 8ball теперь имеет 20 возможных ответов.
|
||||
- Награды за победу в findwords и number повышены до 150 и 100 соответственно.
|
||||
- Больше фиксов :3
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
JaBa v3.0.7
|
||||
|
|
Loading…
Reference in a new issue