forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
e98cce9aee
commit
1016f94bbb
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ export class UserRepository extends Repository<User> {
|
|||
avatarColor: user.avatarColor,
|
||||
bannerColor: user.bannerColor,
|
||||
isAdmin: user.isAdmin,
|
||||
isBot: user.isBot,
|
||||
isCat: user.isCat,
|
||||
|
||||
// カスタム絵文字添付
|
||||
emojis: user.emojis.length > 0 ? Emojis.find({
|
||||
|
|
Loading…
Reference in a new issue