Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: implement welcomer #84

Merged
merged 1 commit into from
Oct 15, 2023
Merged

feat: implement welcomer #84

merged 1 commit into from
Oct 15, 2023

Conversation

HeadTriXz
Copy link
Owner

Closes #46.

Implements a rather basic, yet customizable, welcomer feature. Might get changed in the future (custom image generation), but works fine for now.

@HeadTriXz HeadTriXz added enhancement New feature or request barry labels Oct 15, 2023
@HeadTriXz HeadTriXz added this to the 1.0.0 milestone Oct 15, 2023
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (689520d) 99.07% compared to head (c028648) 99.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   99.07%   99.08%   +0.01%     
==========================================
  Files         175      179       +4     
  Lines       18098    18437     +339     
  Branches     1947     1993      +46     
==========================================
+ Hits        17930    18268     +338     
- Misses        168      169       +1     
Flag Coverage Δ
barry 98.82% <99.67%> (+0.01%) ⬆️
core 99.92% <ø> (+<0.01%) ⬆️
logger 100.00% <ø> (ø)

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

Files Coverage Δ
apps/barry/src/Application.ts 100.00% <100.00%> (ø)
...es/welcomer/database/WelcomerSettingsRepository.ts 100.00% <100.00%> (ø)
apps/barry/src/modules/welcomer/database/index.ts 100.00% <100.00%> (ø)
...arry/src/modules/welcomer/events/guildMemberAdd.ts 100.00% <100.00%> (ø)
apps/barry/src/modules/welcomer/index.ts 100.00% <100.00%> (ø)
apps/barry/src/index.ts 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HeadTriXz HeadTriXz merged commit 7aace1e into main Oct 15, 2023
6 checks passed
@HeadTriXz HeadTriXz deleted the welcomer branch October 15, 2023 17:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
barry enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement welcomer functionality
1 participant