We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4e247 commit 4efe07bCopy full SHA for 4efe07b
utils/channelUtils.ts
@@ -83,5 +83,5 @@ export function concatCategoryName(
83
) {
84
return category_number == 0
85
? category_name
86
- : category_name + ` ${category_number}`;
+ : `${category_name} ${category_number}!`;
87
}
0 commit comments