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: チャンネル情報参照コマンドの追加 #723

Merged
merged 30 commits into from
Feb 10, 2023

Conversation

m1sk9
Copy link
Contributor

@m1sk9 m1sk9 commented Feb 8, 2023

close #399

Type of Change:

新機能の追加 ( Command )

Details of implementation (実施内容)

!channel (chinfo, channelinfo) で指定したIDのチャンネルの情報を表示します。

@m1sk9 m1sk9 added the C-enhancement Category: enhancement label Feb 8, 2023
@m1sk9 m1sk9 self-assigned this Feb 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2023

Codecov Report

Merging #723 (a44393a) into main (4cc82be) will increase coverage by 0.33%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##             main     #723      +/-   ##
==========================================
+ Coverage   72.53%   72.87%   +0.33%     
==========================================
  Files          69       70       +1     
  Lines        4726     4814      +88     
  Branches      447      455       +8     
==========================================
+ Hits         3428     3508      +80     
  Misses        854      854              
- Partials      444      452       +8     
Flag Coverage Δ
unittests 72.87% <90.90%> (+0.33%) ⬆️

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

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

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@m1sk9 m1sk9 marked this pull request as ready for review February 9, 2023 07:16
@m1sk9 m1sk9 requested a review from MikuroXina February 9, 2023 07:16
@m1sk9 m1sk9 changed the title [WIP] - feat: チャンネル情報参照コマンドの追加 feat: チャンネル情報参照コマンドの追加 Feb 9, 2023
@m1sk9 m1sk9 enabled auto-merge (squash) February 9, 2023 07:18
src/model/channel.ts Outdated Show resolved Hide resolved
src/model/channel.ts Outdated Show resolved Hide resolved
src/model/channel.ts Outdated Show resolved Hide resolved
src/model/channel.ts Outdated Show resolved Hide resolved
src/model/channel.ts Outdated Show resolved Hide resolved
src/model/channel.ts Outdated Show resolved Hide resolved
src/server/index.ts Outdated Show resolved Hide resolved
src/adaptor/discord/channel.ts Outdated Show resolved Hide resolved
src/service/command.ts Outdated Show resolved Hide resolved
src/service/command/channel-info.ts Outdated Show resolved Hide resolved
@m1sk9 m1sk9 merged commit 0eca31c into main Feb 10, 2023
@m1sk9 m1sk9 deleted the feat/channel-info-command branch February 10, 2023 06:51
This was referenced Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: チャンネル情報参照コマンドの追加
3 participants