Skip to content

Commit ef30f99

Browse files
author
AbdelMN
committed
add quoi-feur feature in threads
1 parent 7ace5b6 commit ef30f99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/quoiFeur/quoiFeur.helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ export const reactOnEndWithQuoi = async (message: Message) => {
6868
const isOwner = (channel : Channel, user : User) => {
6969
if(channel.type == ChannelType.PublicThread){
7070
if(user.id == channel.ownerId) return true;
71-
}
72-
console.log("lol");
71+
}
7372
return;
7473
}
7574

0 commit comments

Comments
 (0)