Skip to content

Commit

Permalink
feat: add duplicate message tag config (#471)
Browse files Browse the repository at this point in the history
Adding a snippet for duplicate messages.
  • Loading branch information
plamoni authored Nov 8, 2023
1 parent 5332e0c commit 9618121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ __***Underline Bold Italic***__ - \`__***Underline Bold Italic***__\`
message:
"This channel is only for sharing 100 Days of Code updates. Please take conversation to <#693145545878929499>.",
},
{
name: "Don't spam the same question in multiple channels",
message:
"Posting the same message to multiple channels is spammy and can result in redundant responses and confusion. Please delete the duplicates.",
},
];

0 comments on commit 9618121

Please sign in to comment.