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

feat: roleinfo コマンドの追加 #354

Merged
merged 6 commits into from
Jul 28, 2022
Merged

feat: roleinfo コマンドの追加 #354

merged 6 commits into from
Jul 28, 2022

Conversation

MikuroXina
Copy link
Collaborator

close #353

Type of Change:

機能の新規追加

Details of implementation (実施内容)

!roleinfo <ロール ID> でその ID のロールの情報を取得し表示するコマンドを追加しました.

@MikuroXina MikuroXina enabled auto-merge (squash) July 27, 2022 12:21
@MikuroXina MikuroXina self-assigned this Jul 27, 2022
@MikuroXina MikuroXina requested a review from m1sk9 July 27, 2022 12:21
@codecov-commenter
Copy link

Codecov Report

Merging #354 (612eb2a) into main (68730c2) will increase coverage by 0.44%.
The diff coverage is 81.10%.

@@            Coverage Diff             @@
##             main     #354      +/-   ##
==========================================
+ Coverage   68.87%   69.31%   +0.44%     
==========================================
  Files          52       53       +1     
  Lines        3357     3484     +127     
  Branches      319      331      +12     
==========================================
+ Hits         2312     2415     +103     
- Misses        726      738      +12     
- Partials      319      331      +12     
Flag Coverage Δ
unittests 69.31% <81.10%> (+0.44%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/service/command/role-info.ts 81.10% <81.10%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Contributor

@m1sk9 m1sk9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otukare samadeshita

@MikuroXina MikuroXina merged commit 664ebc4 into main Jul 28, 2022
@MikuroXina MikuroXina deleted the feat/#353 branch July 28, 2022 06:56
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.21.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 this pull request may close these issues.

!roleinfo <id> - 指定したIDのロールの情報を表示する (Client#Role)
3 participants