We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ace5b6 commit ef30f99Copy full SHA for ef30f99
src/modules/quoiFeur/quoiFeur.helpers.ts
@@ -68,8 +68,7 @@ export const reactOnEndWithQuoi = async (message: Message) => {
68
const isOwner = (channel : Channel, user : User) => {
69
if(channel.type == ChannelType.PublicThread){
70
if(user.id == channel.ownerId) return true;
71
- }
72
- console.log("lol");
+ }
73
return;
74
}
75
0 commit comments