Skip to content

Commit

Permalink
Send most depended package with discord global stats alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Feb 19, 2024
1 parent 3506edf commit 55e8ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pub_stats_collector/lib/repo/discord_repo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ class DiscordRepo {
name: 'Most Liked Package',
value: stats.mostLikedPackage,
),
EmbedField(
name: 'Most Depended Package',
value: stats.mostDependedPackage,
),
EmbedField(
name: 'Most Popular Package',
value: stats.mostPopularPackage,
Expand Down

0 comments on commit 55e8ec5

Please sign in to comment.