Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

絵文字作成ログの作成者が正しく表示されない #689

Closed
2 tasks done
m1sk9 opened this issue Jan 25, 2023 · 0 comments · Fixed by #699
Closed
2 tasks done

絵文字作成ログの作成者が正しく表示されない #689

m1sk9 opened this issue Jan 25, 2023 · 0 comments · Fixed by #699

Comments

@m1sk9
Copy link
Contributor

m1sk9 commented Jan 25, 2023

バグレポートの提出を行う前に

  • すでに同じバグを報告するIssueが存在しないか確認しましたか?
  • セキュリティーに関する不具合ではありませんか? セキュリティーに関する不具合はIssueで報告せず適切な方法で報告してください

バグの詳細

  • 絵文字が作成されるとチャンネルに送信される絵文字作成ログには本来絵文字を作成したメンバーのユーザー名が表示されるが、正しく表示されず、取得できなかった際の表示 誰か になっている

if (role.emojiAuthorId == undefined) {
await this.output.sendEmbed({
title: '絵文字警察',
description: `誰かが ${role.emoji} を作成しました`
});
return;
}

  • メンション表示されるはずなので本来取得しているべきユーザーIDが取得できていない

再現方法

  1. .env でチャンネルを登録して起動
  2. 絵文字を作成する

期待する動作

作成者が正しく表示される

はらちょのバージョン

v1.34.0

追加情報

おそらく絵文字作成ログが実装されてから発生している
#141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant