Skip to content

Commit 4afa13d

Browse files
committed
Deepsource
1 parent 4efe07b commit 4afa13d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

commands/owner/csCreateChannels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function cleanRoleString(role_name: string): string {
3838
.toLowerCase()
3939
.replace(/[`~!@#$%^&*))|+=?;:'",.<>\{\}\[\]\\\/]/gi, "")
4040
.replace(/[ (]/gi, "-");
41-
console.log(`${role_name}:${clean_role_name}`);
4241
return clean_role_name;
4342
}
4443

utils/channelUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ export function concatCategoryName(
8383
) {
8484
return category_number == 0
8585
? category_name
86-
: `${category_name} ${category_number}!`;
86+
: `${category_name} ${category_number}`;
8787
}

0 commit comments

Comments
 (0)