We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b987a commit c6ee7c1Copy full SHA for c6ee7c1
src/notifiers/discord.ts
@@ -86,7 +86,7 @@ export class DiscordNotifier extends BaseNotifier {
86
if (unfollowerLogs.length > 0) {
87
const field = this.generateEmbedField(
88
unfollowerLogs,
89
- Logger.format("❌ {} {}", followerLogs.length, pluralize("unfollower", logs.length)),
+ Logger.format("❌ {} {}", unfollowerLogs.length, pluralize("unfollower", logs.length)),
90
);
91
92
newFields.push(field);
0 commit comments