Jannik44
Jannik44
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/8/2023 in #djs-questions
How to get forumchannel id of message?
thanks that worked for messages
4 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
but image... hm
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
[
Embed {
data: {
url: 'https://github.com/TunayAdaKaracan/Cloudflare-DDNS',
type: 'article',
title: 'GitHub - TunayAdaKaracan/Cloudflare-DDNS: A small script i made wit...',
thumbnail: [Object],
provider: [Object],
description: 'A small script i made with python. Free to use. Should be easy enough to extend it. Any questions? @kutuptilkisi on discord - GitHub - TunayAdaKaracan/Cloudflare-DDNS: A small script i made with py...',
content_scan_version: 1,
color: 1975079
}
}
]
[
Embed {
data: {
url: 'https://github.com/TunayAdaKaracan/Cloudflare-DDNS',
type: 'article',
title: 'GitHub - TunayAdaKaracan/Cloudflare-DDNS: A small script i made wit...',
thumbnail: [Object],
provider: [Object],
description: 'A small script i made with python. Free to use. Should be easy enough to extend it. Any questions? @kutuptilkisi on discord - GitHub - TunayAdaKaracan/Cloudflare-DDNS: A small script i made with py...',
content_scan_version: 1,
color: 1975079
}
}
]
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
aha, it returns something when its an actual embed of a link
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
although i did embed an image
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
it returns
[]
[]
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
sure, gimme a sec
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
and its as imagelink there or image directly?
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
its working with text messages, so it is something image related 🤔
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
yes, i did set that in the discord dev opions and the code aswell
const client = new Client({
intents: [
IntentsBitField.Flags.Guilds,
IntentsBitField.Flags.GuildMembers,
IntentsBitField.Flags.GuildMessages,
IntentsBitField.Flags.MessageContent,
],
});
const client = new Client({
intents: [
IntentsBitField.Flags.Guilds,
IntentsBitField.Flags.GuildMembers,
IntentsBitField.Flags.GuildMessages,
IntentsBitField.Flags.MessageContent,
],
});
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 12/5/2023 in #djs-questions
images not in message?
im just using message.content for the messages, shouldnt be the image link in there?
17 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
oh, its actually that easy 🙂 nice finally its working
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
so this will return an actual channel/thread name instead of a mention right?
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
weird
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
hmm
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
No description
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/9/2023 in #djs-questions
Is there a quick and easy way to get a channels name by id?
when i log it its an id
15 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/6/2023 in #djs-questions
How to get all channels in a guild?
so any idea how i can get text and voice channels?
57 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/6/2023 in #djs-questions
How to get all channels in a guild?
thats acceptable
57 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Jannik44 on 11/6/2023 in #djs-questions
How to get all channels in a guild?
how high exactly? have no problem with putting a few seconds/minutes between each edit
57 replies