Zickles
Zickles
Explore posts from servers
CC#
Created by Zickles on 8/19/2023 in #help
❔ v4.7.2 not found
https://zickles.stay-mad.lol/lol/0sepd5vr.png i have 3 projects 1 uses 4.7.2 and 2 use 6.0 use both i am using jetbrains rider
24 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 8/19/2023 in #djs-questions
Is it possible to fetch a message after the message you fetched by id
title
4 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 8/16/2023 in #djs-questions
create channel in another server when command ran in other server
i was wondering how i can run a command in one server and then create a channel in aonther server my dsicord bot is in
6 replies
CC#
Created by Zickles on 3/18/2023 in #help
❔ how to detect when you close the window
how can i check when you close your windows form and so i can run some code off it when it is closed
59 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 1/1/2023 in #djs-questions
is there a way i can get all the messages in a channel and get the message content of each message?
title
18 replies
DIAdiscord.js - Imagine an app
Created by Zickles on 12/24/2022 in #djs-questions
Forum Post Tags
what i am trying to find is when a thread post is created i am trying to find what tag it has and if it has the tag i want i can execute some code this is the code i have right now but i cant it it to check for the tags a forum post has
client.on('threadCreate', async (thread) => {
if (thread.type == ChannelType.GuildPublicThread) {
console.log("thread created");
// When a new forum post is created
if(thread.parentId == "1056002480313479188")
{

}
}
})
client.on('threadCreate', async (thread) => {
if (thread.type == ChannelType.GuildPublicThread) {
console.log("thread created");
// When a new forum post is created
if(thread.parentId == "1056002480313479188")
{

}
}
})
4 replies