Skip to content

Commit d1da708

Browse files
authored
use - in channel names (#853)
1 parent b90fce6 commit d1da708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/config.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"databasePath": "local-database.db",
55
"projectWebsite": "https://github.com/Together-Java/TJ-Bot",
66
"discordGuildInvite": "https://discord.com/invite/XXFUXzK",
7-
"modAuditLogChannelPattern": "mod_audit_log",
7+
"modAuditLogChannelPattern": "mod-audit-log",
88
"modMailChannelPattern": "modmail",
99
"mutedRolePattern": "Muted",
1010
"heavyModerationRolePattern": "Moderator",
1111
"softModerationRolePattern": "Moderator|Community Ambassador",
1212
"tagManageRolePattern": "Moderator|Community Ambassador|Top Helpers .+",
1313
"excludeCodeAutoDetectionRolePattern": "Top Helpers .+|Moderator|Community Ambassador|Expert",
1414
"suggestions": {
15-
"channelPattern": "tj_suggestions",
15+
"channelPattern": "tj-suggestions",
1616
"upVoteEmoteName": "peepo_yes",
1717
"downVoteEmoteName": "peepo_no"
1818
},

0 commit comments

Comments
 (0)