Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Jan 15, 2025
1 parent c50156b commit 2beb02b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/events/MessageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export class MessageCreate {
if (
parentChannel &&
!parentChannel.name.includes("job") &&
!parentChannel.name.includes("dev")
!parentChannel.name.includes("dev") &&
!parentChannel.name.includes("showcase")
) {
try {
const firstMessage = await channel.fetchStarterMessage();
Expand Down

0 comments on commit 2beb02b

Please sign in to comment.