Skip to content

Commit d01ee7b

Browse files
committed
Bump starboard threshold
1 parent 2576782 commit d01ee7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/tccpp/components/starboard.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { TextBasedCommand } from "../../../command-abstractions/text-based-comma
1515

1616
const star_threshold = 5;
1717
const other_threshold = 5;
18-
const memes_star_threshold = 14;
19-
const memes_other_threshold = 14;
18+
const memes_star_threshold = 16;
19+
const memes_other_threshold = 16;
2020

2121
const auto_delete_threshold = 5;
2222

0 commit comments

Comments
 (0)