Skip to content

Commit 44440b5

Browse files
"Community Tech Support" -> "the tech support role"
1 parent 4d2d72d commit 44440b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Events/MessageEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ Program.cfgjson.GitListDirectory is not null
11831183
else // also false when set does not exist
11841184
{
11851185
await Program.redis.SetAddAsync("ctsPingPardons", message.Author.Id);
1186-
await channel.SendMessageAsync($"{Program.cfgjson.Emoji.Information} {message.Author.Mention}, you mentioned Community Tech Support outside of a tech support channel.\n"
1186+
await channel.SendMessageAsync($"{Program.cfgjson.Emoji.Information} {message.Author.Mention}, you mentioned the tech support role outside of a tech support channel.\n"
11871187
+ $"Please keep requests for tech support inside {techSupportChannelsText} to avoid further punishment.");
11881188
}
11891189
}

0 commit comments

Comments
 (0)